Html Css Color HEX #FF05A0 Hollywood Cerise

📋 copy color: '#FF05A0'

red 255 ◦ green 5 ◦ blue 160

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

Shades of Hollywood Cerise #FF05A0

Tints of Hollywood Cerise #FF05A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.1%

R = 60.71%
G = 1.19%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF05A0 (or 0xFF05A0) is known color: Hollywood Cerise. HEX triplet: FF, 05 and A0. RGB value is (255,5,160). Sum of RGB (Red+Green+Blue) = 255+5+160=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF05A0 is #00FA5F. Grayscale: #616161. Windows color (decimal): -64096 or 10487295. OLE color: 10487295.

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

Color convert

RGB 255 5 160 -
CMYK 0 0.98 0.37 0
HSL 322.8º 1% 0.51% -
HSV(B) 322.8º 0.98% 1% -
XYZ 47.64 23.91 35.36 -
YUV 97.42 163.33 240.4 -
System Red Green Blue C M Y K H S L
Decimal 255 5 160 0 0.98 0.37 0 322.8 1 0.51
Hex FF 5 A0 0 62 25 0 143 64 33
Octal 377 5 240 0 142 45 0 503 144 63
Binary 11111111 101 10100000 0 1100010 100101 0 101000011 1100100 110011

Color Harmonies of #FF05A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF05A0

Black with #FF05A0

Text Example


Text Example

White with #FF05A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF05A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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