Html Css Color HEX #FF05AF Hollywood Cerise

📋 copy color: '#FF05AF'

red 255 ◦ green 5 ◦ blue 175

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

Shades of Hollywood Cerise #FF05AF

Tints of Hollywood Cerise #FF05AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.15%

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

R = 58.62%
G = 1.15%
B = 40.23%

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

#FF05AF (or 0xFF05AF) is known color: Hollywood Cerise. HEX triplet: FF, 05 and AF. RGB value is (255,5,175). Sum of RGB (Red+Green+Blue) = 255+5+175=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF05AF is #00FA50. Grayscale: #626262. Windows color (decimal): -64081 or 11470335. OLE color: 11470335.

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

Color convert

RGB 255 5 175 -
CMYK 0 0.98 0.31 0
HSL 319.2º 1% 0.51% -
HSV(B) 319.2º 0.98% 1% -
XYZ 49.03 24.46 42.7 -
YUV 99.13 170.83 239.18 -
System Red Green Blue C M Y K H S L
Decimal 255 5 175 0 0.98 0.31 0 319.2 1 0.51
Hex FF 5 AF 0 62 1F 0 13F 64 33
Octal 377 5 257 0 142 37 0 477 144 63
Binary 11111111 101 10101111 0 1100010 11111 0 100111111 1100100 110011

Color Harmonies of #FF05AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF05AF

Black with #FF05AF

Text Example


Text Example

White with #FF05AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF05AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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