Shades of Hollywood Cerise #FF00B2
Tints of Hollywood Cerise #FF00B2
RGB
CMYK
RGB Variations
Color information
#FF00B2 (or 0xFF00B2) is known color: Hollywood Cerise. HEX triplet: FF, 00 and B2. RGB value is (255,0,178). Sum of RGB (Red+Green+Blue) = 255+0+178=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF00B2 is #00FF4D. Grayscale: #606060. Windows color (decimal): -65358 or 11665663. OLE color: 11665663.
HSL color Cylindrical-coordinate representation of color #FF00B2: hue angle of 318.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00B2 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 0 | 178 | - |
CMYK | 0 | 1 | 0.30 | 0 |
HSL | 318.12º | 1% | 0.5% | - |
HSV(B) | 318.12º | 1% | 1% | - |
XYZ | 49.28 | 24.47 | 44.25 | - |
YUV | 96.54 | 173.98 | 241.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 0 | 178 | 0 | 1 | 0.30 | 0 | 318.12 | 1 | 0.5 |
Hex | FF | 0 | B2 | 0 | 64 | 1E | 0 | 13E | 64 | 32 |
Octal | 377 | 0 | 262 | 0 | 144 | 36 | 0 | 476 | 144 | 62 |
Binary | 11111111 | 0 | 10110010 | 0 | 1100100 | 11110 | 0 | 100111110 | 1100100 | 110010 |
Color Harmonies of #FF00B2
Complementary color
Monochromatic Colors of #FF00B2
Black with #FF00B2
Text Example
Text Example
White with #FF00B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00B2; }
p { color: rgb(255,0,178); }
H1.HeaderClassName
{
color: #FF00B2;
}
.AnyTagClassName
{
color: #FF00B2;
}
</style>
background-color css
<style>
a { background-color: #FF00B2; }
a { background-color: rgb(255,0,178); }
div.DivClassName
{
background-color: #FF00B2;
}
.BgClassName
{
background-color: #FF00B2;
}
</style>
border-color css
<style>
span { border-color: #FF00B2; }
span { border-color: rgb(255,0,178); }
td.TdClassName
{
border-color: #FF00B2;
}
.TagClassName
{
border-color: #FF00B2;
}
</style>