Html Css Color HEX #F90988 Deep Pink

📋 copy color: '#F90988'

red 249 ◦ green 9 ◦ blue 136

#F90988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F90988

Tints of Deep Pink #F90988

RGB

 RED value IS 249 (97.66% from 255) = 63.2%

 GREEN value IS 9 (3.91% from 255) = 2.28%

 BLUE value IS 136 (53.52% from 255) = 34.52%

R = 63.2%
G = 2.28%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F90988 (or 0xF90988) is known color: Deep Pink. HEX triplet: F9, 09 and 88. RGB value is (249,9,136). Sum of RGB (Red+Green+Blue) = 249+9+136=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F90988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90988 is #06F677. Grayscale: #5E5E5E. Windows color (decimal): -456312 or 8915449. OLE color: 8915449.

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

Color convert

RGB 249 9 136 -
CMYK 0 0.96 0.45 0.02
HSL 328.25º 0.95% 0.51% -
HSV(B) 328.25º 0.96% 0.98% -
XYZ 43.61 22.11 25.26 -
YUV 95.24 151.01 237.67 -
System Red Green Blue C M Y K H S L
Decimal 249 9 136 0 0.96 0.45 0.02 328.25 0.95 0.51
Hex F9 9 88 0 60 2D 2 148 5F 33
Octal 371 11 210 0 140 55 2 510 137 63
Binary 11111001 1001 10001000 0 1100000 101101 10 101001000 1011111 110011

Color Harmonies of #F90988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90988

Black with #F90988

Text Example


Text Example

White with #F90988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90988; }

 p { color: rgb(249,9,136); }

 H1.HeaderClassName
 {
   color: #F90988;
 }
 .AnyTagClassName
 {
   color: #F90988;
 }
</style>

background-color css

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

 a { background-color: rgb(249,9,136); }

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

border-color css

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

 span { border-color: rgb(249,9,136); }

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