Html Css Color HEX #FF05A6 Hollywood Cerise

📋 copy color: '#FF05A6'

red 255 ◦ green 5 ◦ blue 166

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

Shades of Hollywood Cerise #FF05A6

Tints of Hollywood Cerise #FF05A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.97%

R = 59.86%
G = 1.17%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FF05A6 (or 0xFF05A6) is known color: Hollywood Cerise. HEX triplet: FF, 05 and A6. RGB value is (255,5,166). Sum of RGB (Red+Green+Blue) = 255+5+166=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 5 (2.34% from 255 or 1.17% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF05A6 is #00FA59. Grayscale: #616161. Windows color (decimal): -64090 or 10880511. OLE color: 10880511.

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

Color convert

RGB 255 5 166 -
CMYK 0 0.98 0.35 0
HSL 321.36º 1% 0.51% -
HSV(B) 321.36º 0.98% 1% -
XYZ 48.18 24.12 38.19 -
YUV 98.1 166.33 239.91 -
System Red Green Blue C M Y K H S L
Decimal 255 5 166 0 0.98 0.35 0 321.36 1 0.51
Hex FF 5 A6 0 62 23 0 141 64 33
Octal 377 5 246 0 142 43 0 501 144 63
Binary 11111111 101 10100110 0 1100010 100011 0 101000001 1100100 110011

Color Harmonies of #FF05A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF05A6

Black with #FF05A6

Text Example


Text Example

White with #FF05A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF05A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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