#f91f79

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

Shades of Deep Pink #F91F79

Tints of Deep Pink #F91F79

Color information

#F91F79 (or 0xF91F79) is unknown color: approx Deep Pink. HEX triplet: F9, 1F and 79. RGB value is (249,31,121). Sum of RGB (Red+Green+Blue) = 249+31+121=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 31 (12.5% from 255 or 7.73% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91F79 is #06E086. Grayscale: #6A6A6A. Windows color (decimal): -450695 or 7938041. OLE color: 7938041.

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

Color convert

RGB24931121-
CMYK00.880.510.02
HSL335.23º94.78%54.9%-
HSV(B)335.23º87.55%97.65%-
XYZ43.0122.520.17-
YUV106.44136.22229.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 62.09%
GREEN value IS 31 (12.5% from 255) = 7.73%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=62.09%
G=7.73%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493112100.880.510.02335.2394.7854.9
HexF91F7905833214f5f37
Octal37137171013063251713767
Binary1111100111111111100101011000110011101010011111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f91f79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f91f79; }

 p { color: rgb(249,31,121); }

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

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

 a { background-color: rgb(249,31,121); }

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

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

 span { border-color: rgb(249,31,121); }

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