Html Css Color HEX #F409A0 Hollywood Cerise

📋 copy color: '#F409A0'

red 244 ◦ green 9 ◦ blue 160

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

Shades of Hollywood Cerise #F409A0

Tints of Hollywood Cerise #F409A0

RGB

 RED value IS 244 (95.7% from 255) = 59.08%

 GREEN value IS 9 (3.91% from 255) = 2.18%

 BLUE value IS 160 (62.89% from 255) = 38.74%

R = 59.08%
G = 2.18%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F409A0 (or 0xF409A0) is known color: Hollywood Cerise. HEX triplet: F4, 09 and A0. RGB value is (244,9,160). Sum of RGB (Red+Green+Blue) = 244+9+160=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F409A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F409A0 is #0BF65F. Grayscale: #606060. Windows color (decimal): -783968 or 10488308. OLE color: 10488308.

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

Color convert

RGB 244 9 160 -
CMYK 0 0.96 0.34 0.04
HSL 321.45º 0.93% 0.5% -
HSV(B) 321.45º 0.96% 0.96% -
XYZ 43.75 21.97 35.19 -
YUV 96.48 163.86 233.22 -
System Red Green Blue C M Y K H S L
Decimal 244 9 160 0 0.96 0.34 0.04 321.45 0.93 0.5
Hex F4 9 A0 0 60 22 4 141 5D 32
Octal 364 11 240 0 140 42 4 501 135 62
Binary 11110100 1001 10100000 0 1100000 100010 100 101000001 1011101 110010

Color Harmonies of #F409A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F409A0

Black with #F409A0

Text Example


Text Example

White with #F409A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F409A0; }

 p { color: rgb(244,9,160); }

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

background-color css

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

 a { background-color: rgb(244,9,160); }

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

border-color css

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

 span { border-color: rgb(244,9,160); }

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