#F90895

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

Shades of Deep Pink #F90895

Tints of Deep Pink #F90895

Color information

#F90895 (or 0xF90895) is unknown color: approx Deep Pink. HEX triplet: F9, 08 and 95. RGB value is (249,8,149). Sum of RGB (Red+Green+Blue) = 249+8+149=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 8 (3.52% from 255 or 1.97% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F90895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90895 is #06F76A. Grayscale: #5F5F5F. Windows color (decimal): -456555 or 9767161. OLE color: 9767161.

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

Color convert

RGB2498149-
CMYK00.970.400.02
HSL324.9º95.26%50.39%-
HSV(B)324.9º96.79%97.65%-
XYZ44.5822.4830.42-
YUV96.13157.84237.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 61.33%
GREEN value IS 8 (3.52% from 255) = 1.97%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=61.33%
G=1.97%
B=36.70%

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
Decimal249814900.970.400.02324.995.2650.39
HexF98950612821455f32
Octal37110225014150250513762
Binary1111100110001001010101100001101000101010001011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F90895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F90895; }

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

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

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

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

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

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

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

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