Html Css Color HEX #F004AF Hollywood Cerise

📋 copy color: '#F004AF'

red 240 ◦ green 4 ◦ blue 175

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

Shades of Hollywood Cerise #F004AF

Tints of Hollywood Cerise #F004AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 57.28%
G = 0.95%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F004AF (or 0xF004AF) is known color: Hollywood Cerise. HEX triplet: F0, 04 and AF. RGB value is (240,4,175). Sum of RGB (Red+Green+Blue) = 240+4+175=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F004AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F004AF is #0FFB50. Grayscale: #5D5D5D. Windows color (decimal): -1047377 or 11470064. OLE color: 11470064.

HSL color Cylindrical-coordinate representation of color #F004AF: hue angle of 316.53º 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 #F004AF is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 4 175 -
CMYK 0 0.98 0.27 0.06
HSL 316.53º 0.97% 0.48% -
HSV(B) 316.53º 0.98% 0.94% -
XYZ 43.72 21.71 42.44 -
YUV 94.06 173.69 232.1 -
System Red Green Blue C M Y K H S L
Decimal 240 4 175 0 0.98 0.27 0.06 316.53 0.97 0.48
Hex F0 4 AF 0 62 1B 6 13D 61 30
Octal 360 4 257 0 142 33 6 475 141 60
Binary 11110000 100 10101111 0 1100010 11011 110 100111101 1100001 110000

Color Harmonies of #F004AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F004AF

Black with #F004AF

Text Example


Text Example

White with #F004AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F004AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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