#F91E7F

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

Shades of Deep Pink #F91E7F

Tints of Deep Pink #F91E7F

Color information

#F91E7F (or 0xF91E7F) is unknown color: approx Deep Pink. HEX triplet: F9, 1E and 7F. RGB value is (249,30,127). Sum of RGB (Red+Green+Blue) = 249+30+127=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F91E7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91E7F is #06E180. Grayscale: #6A6A6A. Windows color (decimal): -450945 or 8331001. OLE color: 8331001.

HSL color Cylindrical-coordinate representation of color #F91E7F: hue angle of 333.42º 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 #F91E7F is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB24930127-
CMYK00.880.490.02
HSL333.42º94.81%54.71%-
HSV(B)333.42º87.95%97.65%-
XYZ43.3622.622.16-
YUV106.54139.55229.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.33%
GREEN value IS 30 (12.11% from 255) = 7.39%
BLUE value IS 127 (50% from 255) = 31.28%
R=61.33%
G=7.39%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493012700.880.490.02333.4294.8154.71
HexF91E7F05831214d5f37
Octal37136177013061251513767
Binary1111100111110111111101011000110001101010011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91E7F; }

 p { color: rgb(249,30,127); }

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

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

 a { background-color: rgb(249,30,127); }

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

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

 span { border-color: rgb(249,30,127); }

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