Color Hex Logo

#f94bff Color Hex

#F94BFF
(249,75,255)
0 Favorites   0 Comments

Color spaces of #f94bff

RGB 24975255
HSL0.831.000.65
HSV298°71°100°
CMYK 0.020.710.00   0.00
XYZ59.633032.391997.7170
Yxy32.39190.31430.1707
Hunter Lab56.913987.4287-61.9569
CIE-Lab63.665584.6561-55.5610

#f94bff color RGB value is (249,75,255).

#f94bff hex color red value is 249, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f94bff hue: 0.83 , saturation: 1.00 and the lightness value of f94bff is 0.65.

The process color (four color CMYK) of #f94bff color hex is 0.02, 0.71, 0.00, 0.00. Web safe color of #f94bff is #ff33ff. Color #f94bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001011 11111111
Octal 371 113 377
Decimal 249 75 255
Hex F9 4B FF

RGB Percentages of Color #f94bff

%43.01
%12.95
%44.04

CMYK Percentages of Color #f94bff

%2
%71
%0
%0

Triadic Colors of #f94bff

#f94bff #fff94b #4bfff9

Analogous Colors of #f94bff

#f94bff #ff4bab #9f4bff

Monochromatic Colors of #f94bff

#f94bff

Complementary Color

#f94bff #51ff4b

#f94bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94bff Color CSS Codes

.mybgcolor {background-color:#f94bff; } 
.myforecolor {color:#f94bff; }
.mybordercolor {border:3px solid #f94bff; }

#f94bff Text Font Color

<p style="color:#f94bff">Text here</p>

This sample text font color is #f94bff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f94bff Background Color

<div style="background-color:#f94bff">
Div content here</div>

This div background color is #f94bff


#f94bff Border Color

<div style="border:3px solid #f94bff">
Div here</div>

This div border color is #f94bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,75,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f94bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f94bff;
  -webkit-box-shadow: 1px 1px 3px 2px #f94bff;
  box-shadow:         1px 1px 3px 2px #f94bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,75,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f94bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f94bff;
  -webkit-box-shadow: 1px 1px 3px 2px #f94bff;
  box-shadow:         1px 1px 3px 2px #f94bff;">
Div content here</div>

This div box has shadow with color #f94bff

Related Colors


Comments

No comments written yet.

Please login to write comment.