Html Css Color HEX #FF02AF Hollywood Cerise

📋 copy color: '#FF02AF'

red 255 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #FF02AF

Tints of Hollywood Cerise #FF02AF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.46%

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

R = 59.03%
G = 0.46%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FF02AF (or 0xFF02AF) is known color: Hollywood Cerise. HEX triplet: FF, 02 and AF. RGB value is (255,2,175). Sum of RGB (Red+Green+Blue) = 255+2+175=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF02AF is #00FD50. Grayscale: #606060. Windows color (decimal): -64849 or 11469567. OLE color: 11469567.

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

Color convert

RGB 255 2 175 -
CMYK 0 0.99 0.31 0
HSL 318.97º 1% 0.5% -
HSV(B) 318.97º 0.99% 1% -
XYZ 49 24.4 42.68 -
YUV 97.37 171.82 240.43 -
System Red Green Blue C M Y K H S L
Decimal 255 2 175 0 0.99 0.31 0 318.97 1 0.5
Hex FF 2 AF 0 63 1F 0 13F 64 32
Octal 377 2 257 0 143 37 0 477 144 62
Binary 11111111 10 10101111 0 1100011 11111 0 100111111 1100100 110010

Color Harmonies of #FF02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF02AF

Black with #FF02AF

Text Example


Text Example

White with #FF02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF02AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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