Html Css Color HEX #FF04AF Hollywood Cerise

📋 copy color: '#FF04AF'

red 255 ◦ green 4 ◦ blue 175

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

Shades of Hollywood Cerise #FF04AF

Tints of Hollywood Cerise #FF04AF

RGB

 RED value IS 255 (100% from 255) = 58.76%

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

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

R = 58.76%
G = 0.92%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF04AF (or 0xFF04AF) is known color: Hollywood Cerise. HEX triplet: FF, 04 and AF. RGB value is (255,4,175). Sum of RGB (Red+Green+Blue) = 255+4+175=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 4 (1.95% from 255 or 0.92% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF04AF is #00FB50. Grayscale: #626262. Windows color (decimal): -64337 or 11470079. OLE color: 11470079.

HSL color Cylindrical-coordinate representation of color #FF04AF: hue angle of 319.12º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF04AF is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 4 175 -
CMYK 0 0.98 0.31 0
HSL 319.12º 1% 0.51% -
HSV(B) 319.12º 0.98% 1% -
XYZ 49.02 24.44 42.69 -
YUV 98.54 171.16 239.6 -
System Red Green Blue C M Y K H S L
Decimal 255 4 175 0 0.98 0.31 0 319.12 1 0.51
Hex FF 4 AF 0 62 1F 0 13F 64 33
Octal 377 4 257 0 142 37 0 477 144 63
Binary 11111111 100 10101111 0 1100010 11111 0 100111111 1100100 110011

Color Harmonies of #FF04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF04AF

Black with #FF04AF

Text Example


Text Example

White with #FF04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF04AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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