#F90896

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

Shades of Deep Pink #F90896

Tints of Deep Pink #F90896

Color information

#F90896 (or 0xF90896) is unknown color: approx Deep Pink. HEX triplet: F9, 08 and 96. RGB value is (249,8,150). Sum of RGB (Red+Green+Blue) = 249+8+150=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F90896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90896 is #06F769. Grayscale: #5F5F5F. Windows color (decimal): -456554 or 9832697. OLE color: 9832697.

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

Color convert

RGB2498150-
CMYK00.970.400.02
HSL324.65º95.26%50.39%-
HSV(B)324.65º96.79%97.65%-
XYZ44.6622.5230.85-
YUV96.25158.34236.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.18%
GREEN value IS 8 (3.52% from 255) = 1.97%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=61.18%
G=1.97%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249815000.970.400.02324.6595.2650.39
HexF98960612821455f32
Octal37110226014150250513762
Binary1111100110001001011001100001101000101010001011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90896; }

 p { color: rgb(249,8,150); }

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

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

 a { background-color: rgb(249,8,150); }

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

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

 span { border-color: rgb(249,8,150); }

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