Html Css Color HEX #F400AA Hollywood Cerise

📋 copy color: '#F400AA'

red 244 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #F400AA

Tints of Hollywood Cerise #F400AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.06%

R = 58.94%
G = 0%
B = 41.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F400AA (or 0xF400AA) is known color: Hollywood Cerise. HEX triplet: F4, 00 and AA. RGB value is (244,0,170). Sum of RGB (Red+Green+Blue) = 244+0+170=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F400AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F400AA is #0BFF55. Grayscale: #5B5B5B. Windows color (decimal): -786262 or 11141364. OLE color: 11141364.

HSL color Cylindrical-coordinate representation of color #F400AA: hue angle of 318.2º 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 #F400AA is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 0 170 -
CMYK 0 1 0.30 0.04
HSL 318.2º 1% 0.48% -
HSV(B) 318.2º 1% 0.96% -
XYZ 44.56 22.14 39.95 -
YUV 92.34 171.84 236.18 -
System Red Green Blue C M Y K H S L
Decimal 244 0 170 0 1 0.30 0.04 318.2 1 0.48
Hex F4 0 AA 0 64 1E 4 13E 64 30
Octal 364 0 252 0 144 36 4 476 144 60
Binary 11110100 0 10101010 0 1100100 11110 100 100111110 1100100 110000

Color Harmonies of #F400AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F400AA

Black with #F400AA

Text Example


Text Example

White with #F400AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F400AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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