Html Css Color HEX #F40AAC Hollywood Cerise

📋 copy color: '#F40AAC'

red 244 ◦ green 10 ◦ blue 172

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

Shades of Hollywood Cerise #F40AAC

Tints of Hollywood Cerise #F40AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.35%

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 57.28%
G = 2.35%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F40AAC (or 0xF40AAC) is known color: Hollywood Cerise. HEX triplet: F4, 0A and AC. RGB value is (244,10,172). Sum of RGB (Red+Green+Blue) = 244+10+172=426 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.28% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 244 - color contains mainly: red. Hex color #F40AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40AAC is #0BF553. Grayscale: #626262. Windows color (decimal): -783700 or 11274996. OLE color: 11274996.

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

Color convert

RGB 244 10 172 -
CMYK 0 0.96 0.30 0.04
HSL 318.46º 0.92% 0.5% -
HSV(B) 318.46º 0.96% 0.96% -
XYZ 44.86 22.43 40.99 -
YUV 98.43 169.52 231.83 -
System Red Green Blue C M Y K H S L
Decimal 244 10 172 0 0.96 0.30 0.04 318.46 0.92 0.5
Hex F4 A AC 0 60 1E 4 13E 5C 32
Octal 364 12 254 0 140 36 4 476 134 62
Binary 11110100 1010 10101100 0 1100000 11110 100 100111110 1011100 110010

Color Harmonies of #F40AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40AAC

Black with #F40AAC

Text Example


Text Example

White with #F40AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40AAC; }

 p { color: rgb(244,10,172); }

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

background-color css

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

 a { background-color: rgb(244,10,172); }

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

border-color css

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

 span { border-color: rgb(244,10,172); }

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