Html Css Color HEX #F90478 Deep Pink

📋 copy color: '#F90478'

red 249 ◦ green 4 ◦ blue 120

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

Shades of Deep Pink #F90478

Tints of Deep Pink #F90478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.17%

R = 66.76%
G = 1.07%
B = 32.17%

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

#F90478 (or 0xF90478) is known color: Deep Pink. HEX triplet: F9, 04 and 78. RGB value is (249,4,120). Sum of RGB (Red+Green+Blue) = 249+4+120=373 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.76% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 249 - color contains mainly: red. Hex color #F90478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90478 is #06FB87. Grayscale: #5A5A5A. Windows color (decimal): -457608 or 7865593. OLE color: 7865593.

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

Color convert

RGB 249 4 120 -
CMYK 0 0.98 0.52 0.02
HSL 331.59º 0.97% 0.5% -
HSV(B) 331.59º 0.98% 0.98% -
XYZ 42.5 21.58 19.7 -
YUV 90.48 144.67 241.07 -
System Red Green Blue C M Y K H S L
Decimal 249 4 120 0 0.98 0.52 0.02 331.59 0.97 0.5
Hex F9 4 78 0 62 34 2 14C 61 32
Octal 371 4 170 0 142 64 2 514 141 62
Binary 11111001 100 1111000 0 1100010 110100 10 101001100 1100001 110010

Color Harmonies of #F90478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90478

Black with #F90478

Text Example


Text Example

White with #F90478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90478; }

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

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

background-color css

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

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

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

border-color css

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

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

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