Html Css Color HEX #F90476 Deep Pink

📋 copy color: '#F90476'

red 249 ◦ green 4 ◦ blue 118

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

Shades of Deep Pink #F90476

Tints of Deep Pink #F90476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 67.12%
G = 1.08%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F90476 (or 0xF90476) is known color: Deep Pink. HEX triplet: F9, 04 and 76. RGB value is (249,4,118). Sum of RGB (Red+Green+Blue) = 249+4+118=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F90476 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90476 is #06FB89. Grayscale: #5A5A5A. Windows color (decimal): -457610 or 7734521. OLE color: 7734521.

HSL color Cylindrical-coordinate representation of color #F90476: hue angle of 332.08º degrees, saturation: 0.97, 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 #F90476 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 4 118 -
CMYK 0 0.98 0.53 0.02
HSL 332.08º 0.97% 0.5% -
HSV(B) 332.08º 0.98% 0.98% -
XYZ 42.38 21.53 19.06 -
YUV 90.25 143.67 241.23 -
System Red Green Blue C M Y K H S L
Decimal 249 4 118 0 0.98 0.53 0.02 332.08 0.97 0.5
Hex F9 4 76 0 62 35 2 14C 61 32
Octal 371 4 166 0 142 65 2 514 141 62
Binary 11111001 100 1110110 0 1100010 110101 10 101001100 1100001 110010

Color Harmonies of #F90476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90476

Black with #F90476

Text Example


Text Example

White with #F90476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90476; }

 p { color: rgb(249,4,118); }

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

background-color css

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

 a { background-color: rgb(249,4,118); }

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

border-color css

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

 span { border-color: rgb(249,4,118); }

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