Html Css Color HEX #F400A2 Hollywood Cerise

📋 copy color: '#F400A2'

red 244 ◦ green 0 ◦ blue 162

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

Shades of Hollywood Cerise #F400A2

Tints of Hollywood Cerise #F400A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.9%

R = 60.1%
G = 0%
B = 39.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F400A2 (or 0xF400A2) is known color: Hollywood Cerise. HEX triplet: F4, 00 and A2. RGB value is (244,0,162). Sum of RGB (Red+Green+Blue) = 244+0+162=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F400A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F400A2 is #0BFF5D. Grayscale: #5B5B5B. Windows color (decimal): -786270 or 10617076. OLE color: 10617076.

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

Color convert

RGB 244 0 162 -
CMYK 0 1 0.34 0.04
HSL 320.16º 1% 0.48% -
HSV(B) 320.16º 1% 0.96% -
XYZ 43.83 21.84 36.09 -
YUV 91.42 167.84 236.83 -
System Red Green Blue C M Y K H S L
Decimal 244 0 162 0 1 0.34 0.04 320.16 1 0.48
Hex F4 0 A2 0 64 22 4 140 64 30
Octal 364 0 242 0 144 42 4 500 144 60
Binary 11110100 0 10100010 0 1100100 100010 100 101000000 1100100 110000

Color Harmonies of #F400A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F400A2

Black with #F400A2

Text Example


Text Example

White with #F400A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F400A2; }

 p { color: rgb(244,0,162); }

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

background-color css

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

 a { background-color: rgb(244,0,162); }

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

border-color css

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

 span { border-color: rgb(244,0,162); }

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