Html Css Color HEX #F90077 Deep Pink

📋 copy color: '#F90077'

red 249 ◦ green 0 ◦ blue 119

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

Shades of Deep Pink #F90077

Tints of Deep Pink #F90077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.66%
G = 0%
B = 32.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#F90077 (or 0xF90077) is known color: Deep Pink. HEX triplet: F9, 00 and 77. RGB value is (249,0,119). Sum of RGB (Red+Green+Blue) = 249+0+119=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F90077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90077 is #06FF88. Grayscale: #575757. Windows color (decimal): -458633 or 7799033. OLE color: 7799033.

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

Color convert

RGB 249 0 119 -
CMYK 0 1 0.52 0.02
HSL 331.33º 1% 0.49% -
HSV(B) 331.33º 1% 0.98% -
XYZ 42.4 21.47 19.36 -
YUV 88.02 145.49 242.82 -
System Red Green Blue C M Y K H S L
Decimal 249 0 119 0 1 0.52 0.02 331.33 1 0.49
Hex F9 0 77 0 64 34 2 14B 64 31
Octal 371 0 167 0 144 64 2 513 144 61
Binary 11111001 0 1110111 0 1100100 110100 10 101001011 1100100 110001

Color Harmonies of #F90077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90077

Black with #F90077

Text Example


Text Example

White with #F90077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90077; }

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

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

background-color css

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

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

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

border-color css

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

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

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