Html Css Color HEX #FF05B0 Hollywood Cerise

📋 copy color: '#FF05B0'

red 255 ◦ green 5 ◦ blue 176

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

Shades of Hollywood Cerise #FF05B0

Tints of Hollywood Cerise #FF05B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.37%

R = 58.49%
G = 1.15%
B = 40.37%

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

#FF05B0 (or 0xFF05B0) is known color: Hollywood Cerise. HEX triplet: FF, 05 and B0. RGB value is (255,5,176). Sum of RGB (Red+Green+Blue) = 255+5+176=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF05B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF05B0 is #00FA4F. Grayscale: #626262. Windows color (decimal): -64080 or 11535871. OLE color: 11535871.

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

Color convert

RGB 255 5 176 -
CMYK 0 0.98 0.31 0
HSL 318.96º 1% 0.51% -
HSV(B) 318.96º 0.98% 1% -
XYZ 49.13 24.5 43.21 -
YUV 99.24 171.33 239.1 -
System Red Green Blue C M Y K H S L
Decimal 255 5 176 0 0.98 0.31 0 318.96 1 0.51
Hex FF 5 B0 0 62 1F 0 13F 64 33
Octal 377 5 260 0 142 37 0 477 144 63
Binary 11111111 101 10110000 0 1100010 11111 0 100111111 1100100 110011

Color Harmonies of #FF05B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF05B0

Black with #FF05B0

Text Example


Text Example

White with #FF05B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF05B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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