Html Css Color HEX #F90B77 Deep Pink

📋 copy color: '#F90B77'

red 249 ◦ green 11 ◦ blue 119

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

Shades of Deep Pink #F90B77

Tints of Deep Pink #F90B77

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.9%

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 65.7%
G = 2.9%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F90B77 (or 0xF90B77) is known color: Deep Pink. HEX triplet: F9, 0B and 77. RGB value is (249,11,119). Sum of RGB (Red+Green+Blue) = 249+11+119=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90B77 is #06F488. Grayscale: #5E5E5E. Windows color (decimal): -455817 or 7801849. OLE color: 7801849.

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

Color convert

RGB 249 11 119 -
CMYK 0 0.96 0.52 0.02
HSL 332.77º 0.95% 0.51% -
HSV(B) 332.77º 0.96% 0.98% -
XYZ 42.52 21.71 19.4 -
YUV 94.47 141.85 238.22 -
System Red Green Blue C M Y K H S L
Decimal 249 11 119 0 0.96 0.52 0.02 332.77 0.95 0.51
Hex F9 B 77 0 60 34 2 14D 5F 33
Octal 371 13 167 0 140 64 2 515 137 63
Binary 11111001 1011 1110111 0 1100000 110100 10 101001101 1011111 110011

Color Harmonies of #F90B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90B77

Black with #F90B77

Text Example


Text Example

White with #F90B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90B77; }

 p { color: rgb(249,11,119); }

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

background-color css

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

 a { background-color: rgb(249,11,119); }

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

border-color css

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

 span { border-color: rgb(249,11,119); }

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