#F91683

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

Shades of Deep Pink #F91683

Tints of Deep Pink #F91683

Color information

#F91683 (or 0xF91683) is unknown color: approx Deep Pink. HEX triplet: F9, 16 and 83. RGB value is (249,22,131). Sum of RGB (Red+Green+Blue) = 249+22+131=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F91683 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91683 is #06E97C. Grayscale: #666666. Windows color (decimal): -452989 or 8591097. OLE color: 8591097.

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

Color convert

RGB24922131-
CMYK00.910.470.02
HSL331.19º94.98%53.14%-
HSV(B)331.19º91.16%97.65%-
XYZ43.4522.3523.5-
YUV102.3144.21232.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.94%
GREEN value IS 22 (8.98% from 255) = 5.47%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=61.94%
G=5.47%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492213100.910.470.02331.1994.9853.14
HexF9168305B2F214b5f35
Octal37126203013357251313765
Binary11111001101101000001101011011101111101010010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91683; }

 p { color: rgb(249,22,131); }

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

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

 a { background-color: rgb(249,22,131); }

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

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

 span { border-color: rgb(249,22,131); }

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