Html Css Color HEX #F90577 Deep Pink

📋 copy color: '#F90577'

red 249 ◦ green 5 ◦ blue 119

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

Shades of Deep Pink #F90577

Tints of Deep Pink #F90577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 66.76%
G = 1.34%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F90577 (or 0xF90577) is known color: Deep Pink. HEX triplet: F9, 05 and 77. RGB value is (249,5,119). Sum of RGB (Red+Green+Blue) = 249+5+119=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F90577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90577 is #06FA88. Grayscale: #5A5A5A. Windows color (decimal): -457353 or 7800313. OLE color: 7800313.

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

Color convert

RGB 249 5 119 -
CMYK 0 0.98 0.52 0.02
HSL 331.97º 0.96% 0.5% -
HSV(B) 331.97º 0.98% 0.98% -
XYZ 42.45 21.58 19.38 -
YUV 90.95 143.84 240.73 -
System Red Green Blue C M Y K H S L
Decimal 249 5 119 0 0.98 0.52 0.02 331.97 0.96 0.5
Hex F9 5 77 0 62 34 2 14C 60 32
Octal 371 5 167 0 142 64 2 514 140 62
Binary 11111001 101 1110111 0 1100010 110100 10 101001100 1100000 110010

Color Harmonies of #F90577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90577

Black with #F90577

Text Example


Text Example

White with #F90577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90577; }

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

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

background-color css

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

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

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

border-color css

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

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

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