#F91B91

Color #F91B91 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F91B91

Tints of Deep Pink #F91B91

Color information

#F91B91 (or 0xF91B91) is unknown color: approx Deep Pink. HEX triplet: F9, 1B and 91. RGB value is (249,27,145). Sum of RGB (Red+Green+Blue) = 249+27+145=421 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.14% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91B91 is #06E46E. Grayscale: #6A6A6A. Windows color (decimal): -451695 or 9509881. OLE color: 9509881.

HSL color Cylindrical-coordinate representation of color #F91B91: hue angle of 328.11º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91B91 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB24927145-
CMYK00.890.420.02
HSL328.11º94.87%54.12%-
HSV(B)328.11º89.16%97.65%-
XYZ44.5722.9728.87-
YUV106.83149.55229.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 59.14%
GREEN value IS 27 (10.94% from 255) = 6.41%
BLUE value IS 145 (57.03% from 255) = 34.44%
R=59.14%
G=6.41%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492714500.890.420.02328.1194.8754.12
HexF91B910592A21485f36
Octal37133221013152251013766
Binary11111001110111001000101011001101010101010010001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91B91; }

 p { color: rgb(249,27,145); }

 H1.HeaderClassName
 {
   color: #F91B91;
 }
 .AnyTagClassName
 {
   color: #F91B91;
 }
</style>
background-color css

<style>
 a { background-color: #F91B91; }

 a { background-color: rgb(249,27,145); }

 div.DivClassName
 {
   background-color: #F91B91;
 }
 .BgClassName
 {
   background-color: #F91B91;
 }
</style>
border-color css

<style>
 span { border-color: #F91B91; }

 span { border-color: rgb(249,27,145); }

 td.TdClassName
 {
   border-color: #F91B91;
 }
 .TagClassName
 {
   border-color: #F91B91;
 }
</style>