Html Css Color HEX #F90991 Deep Pink

📋 copy color: '#F90991'

red 249 ◦ green 9 ◦ blue 145

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

Shades of Deep Pink #F90991

Tints of Deep Pink #F90991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.98%

R = 61.79%
G = 2.23%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#F90991 (or 0xF90991) is known color: Deep Pink. HEX triplet: F9, 09 and 91. RGB value is (249,9,145). Sum of RGB (Red+Green+Blue) = 249+9+145=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F90991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90991 is #06F66E. Grayscale: #5F5F5F. Windows color (decimal): -456303 or 9505273. OLE color: 9505273.

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

Color convert

RGB 249 9 145 -
CMYK 0 0.96 0.42 0.02
HSL 326º 0.95% 0.51% -
HSV(B) 326º 0.96% 0.98% -
XYZ 44.28 22.38 28.77 -
YUV 96.26 155.51 236.94 -
System Red Green Blue C M Y K H S L
Decimal 249 9 145 0 0.96 0.42 0.02 326 0.95 0.51
Hex F9 9 91 0 60 2A 2 146 5F 33
Octal 371 11 221 0 140 52 2 506 137 63
Binary 11111001 1001 10010001 0 1100000 101010 10 101000110 1011111 110011

Color Harmonies of #F90991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90991

Black with #F90991

Text Example


Text Example

White with #F90991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90991; }

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

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

background-color css

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

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

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

border-color css

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

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

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