Html Css Color HEX #F90A77 Deep Pink

📋 copy color: '#F90A77'

red 249 ◦ green 10 ◦ blue 119

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

Shades of Deep Pink #F90A77

Tints of Deep Pink #F90A77

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.65%

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

R = 65.87%
G = 2.65%
B = 31.48%

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

#F90A77 (or 0xF90A77) is known color: Deep Pink. HEX triplet: F9, 0A and 77. RGB value is (249,10,119). Sum of RGB (Red+Green+Blue) = 249+10+119=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90A77 is #06F588. Grayscale: #5D5D5D. Windows color (decimal): -456073 or 7801593. OLE color: 7801593.

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

Color convert

RGB 249 10 119 -
CMYK 0 0.96 0.52 0.02
HSL 332.64º 0.95% 0.51% -
HSV(B) 332.64º 0.96% 0.98% -
XYZ 42.51 21.69 19.4 -
YUV 93.89 142.18 238.64 -
System Red Green Blue C M Y K H S L
Decimal 249 10 119 0 0.96 0.52 0.02 332.64 0.95 0.51
Hex F9 A 77 0 60 34 2 14D 5F 33
Octal 371 12 167 0 140 64 2 515 137 63
Binary 11111001 1010 1110111 0 1100000 110100 10 101001101 1011111 110011

Color Harmonies of #F90A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90A77

Black with #F90A77

Text Example


Text Example

White with #F90A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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