Html Css Color HEX #F001AE Hollywood Cerise

📋 copy color: '#F001AE'

red 240 ◦ green 1 ◦ blue 174

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

Shades of Hollywood Cerise #F001AE

Tints of Hollywood Cerise #F001AE

RGB

 RED value IS 240 (94.14% from 255) = 57.83%

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 57.83%
G = 0.24%
B = 41.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F001AE (or 0xF001AE) is known color: Hollywood Cerise. HEX triplet: F0, 01 and AE. RGB value is (240,1,174). Sum of RGB (Red+Green+Blue) = 240+1+174=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F001AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F001AE is #0FFE51. Grayscale: #5B5B5B. Windows color (decimal): -1048146 or 11403760. OLE color: 11403760.

HSL color Cylindrical-coordinate representation of color #F001AE: hue angle of 316.57º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001AE is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 174 -
CMYK 0 1.00 0.28 0.06
HSL 316.57º 0.99% 0.47% -
HSV(B) 316.57º 1% 0.94% -
XYZ 43.59 21.6 41.92 -
YUV 92.18 174.18 233.43 -
System Red Green Blue C M Y K H S L
Decimal 240 1 174 0 1.00 0.28 0.06 316.57 0.99 0.47
Hex F0 1 AE 0 64 1C 6 13D 63 2F
Octal 360 1 256 0 144 34 6 475 143 57
Binary 11110000 1 10101110 0 1100100 11100 110 100111101 1100011 101111

Color Harmonies of #F001AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F001AE

Black with #F001AE

Text Example


Text Example

White with #F001AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F001AE; }

 p { color: rgb(240,1,174); }

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

background-color css

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

 a { background-color: rgb(240,1,174); }

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

border-color css

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

 span { border-color: rgb(240,1,174); }

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