Html Css Color HEX #F004A8 Hollywood Cerise

📋 copy color: '#F004A8'

red 240 ◦ green 4 ◦ blue 168

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

Shades of Hollywood Cerise #F004A8

Tints of Hollywood Cerise #F004A8

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 58.25%
G = 0.97%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.3

 K value IS 0.06

RGB Variations

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

Color information

#F004A8 (or 0xF004A8) is known color: Hollywood Cerise. HEX triplet: F0, 04 and A8. RGB value is (240,4,168). Sum of RGB (Red+Green+Blue) = 240+4+168=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 4 (1.95% from 255 or 0.97% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F004A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F004A8 is #0FFB57. Grayscale: #5C5C5C. Windows color (decimal): -1047384 or 11011312. OLE color: 11011312.

HSL color Cylindrical-coordinate representation of color #F004A8: hue angle of 318.31º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F004A8 is Cyan = 0, Magento = 0.98, Yellow = 0.3 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 168 -
CMYK 0 0.98 0.3 0.06
HSL 318.31º 0.97% 0.48% -
HSV(B) 318.31º 0.98% 0.94% -
XYZ 43.05 21.44 38.92 -
YUV 93.26 170.19 232.66 -
System Red Green Blue C M Y K H S L
Decimal 240 4 168 0 0.98 0.3 0.06 318.31 0.97 0.48
Hex F0 4 A8 0 62 1E 6 13E 61 30
Octal 360 4 250 0 142 36 6 476 141 60
Binary 11110000 100 10101000 0 1100010 11110 110 100111110 1100001 110000

Color Harmonies of #F004A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F004A8

Black with #F004A8

Text Example


Text Example

White with #F004A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F004A8; }

 p { color: rgb(240,4,168); }

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

background-color css

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

 a { background-color: rgb(240,4,168); }

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

border-color css

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

 span { border-color: rgb(240,4,168); }

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