Html Css Color HEX #FF02B0 Hollywood Cerise

📋 copy color: '#FF02B0'

red 255 ◦ green 2 ◦ blue 176

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

Shades of Hollywood Cerise #FF02B0

Tints of Hollywood Cerise #FF02B0

RGB

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

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

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

R = 58.89%
G = 0.46%
B = 40.65%

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

#FF02B0 (or 0xFF02B0) is known color: Hollywood Cerise. HEX triplet: FF, 02 and B0. RGB value is (255,2,176). Sum of RGB (Red+Green+Blue) = 255+2+176=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 2 (1.17% from 255 or 0.46% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF02B0 is #00FD4F. Grayscale: #616161. Windows color (decimal): -64848 or 11535103. OLE color: 11535103.

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

Color convert

RGB 255 2 176 -
CMYK 0 0.99 0.31 0
HSL 318.74º 1% 0.5% -
HSV(B) 318.74º 0.99% 1% -
XYZ 49.1 24.44 43.2 -
YUV 97.48 172.32 240.35 -
System Red Green Blue C M Y K H S L
Decimal 255 2 176 0 0.99 0.31 0 318.74 1 0.5
Hex FF 2 B0 0 63 1F 0 13F 64 32
Octal 377 2 260 0 143 37 0 477 144 62
Binary 11111111 10 10110000 0 1100011 11111 0 100111111 1100100 110010

Color Harmonies of #FF02B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF02B0

Black with #FF02B0

Text Example


Text Example

White with #FF02B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF02B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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