Html Css Color HEX #F40AAB Hollywood Cerise

📋 copy color: '#F40AAB'

red 244 ◦ green 10 ◦ blue 171

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

Shades of Hollywood Cerise #F40AAB

Tints of Hollywood Cerise #F40AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 57.41%
G = 2.35%
B = 40.24%

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

#F40AAB (or 0xF40AAB) is known color: Hollywood Cerise. HEX triplet: F4, 0A and AB. RGB value is (244,10,171). Sum of RGB (Red+Green+Blue) = 244+10+171=425 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.41% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 244 - color contains mainly: red. Hex color #F40AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40AAB is #0BF554. Grayscale: #616161. Windows color (decimal): -783701 or 11209460. OLE color: 11209460.

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

Color convert

RGB 244 10 171 -
CMYK 0 0.96 0.30 0.04
HSL 318.72º 0.92% 0.5% -
HSV(B) 318.72º 0.96% 0.96% -
XYZ 44.77 22.39 40.49 -
YUV 98.32 169.02 231.91 -
System Red Green Blue C M Y K H S L
Decimal 244 10 171 0 0.96 0.30 0.04 318.72 0.92 0.5
Hex F4 A AB 0 60 1E 4 13F 5C 32
Octal 364 12 253 0 140 36 4 477 134 62
Binary 11110100 1010 10101011 0 1100000 11110 100 100111111 1011100 110010

Color Harmonies of #F40AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40AAB

Black with #F40AAB

Text Example


Text Example

White with #F40AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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