Html Css Color HEX #F90479 Deep Pink

📋 copy color: '#F90479'

red 249 ◦ green 4 ◦ blue 121

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

Shades of Deep Pink #F90479

Tints of Deep Pink #F90479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 66.58%
G = 1.07%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F90479 (or 0xF90479) is known color: Deep Pink. HEX triplet: F9, 04 and 79. RGB value is (249,4,121). Sum of RGB (Red+Green+Blue) = 249+4+121=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F90479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90479 is #06FB86. Grayscale: #5A5A5A. Windows color (decimal): -457607 or 7931129. OLE color: 7931129.

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

Color convert

RGB 249 4 121 -
CMYK 0 0.98 0.51 0.02
HSL 331.35º 0.97% 0.5% -
HSV(B) 331.35º 0.98% 0.98% -
XYZ 42.56 21.61 20.02 -
YUV 90.59 145.17 240.99 -
System Red Green Blue C M Y K H S L
Decimal 249 4 121 0 0.98 0.51 0.02 331.35 0.97 0.5
Hex F9 4 79 0 62 33 2 14B 61 32
Octal 371 4 171 0 142 63 2 513 141 62
Binary 11111001 100 1111001 0 1100010 110011 10 101001011 1100001 110010

Color Harmonies of #F90479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90479

Black with #F90479

Text Example


Text Example

White with #F90479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90479; }

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

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

background-color css

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

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

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

border-color css

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

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

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