Shades of Razzmatazz #FF0255
Tints of Razzmatazz #FF0255
RGB
CMYK
RGB Variations
Color information
#FF0255 (or 0xFF0255) is known color: Razzmatazz. HEX triplet: FF, 02 and 55. RGB value is (255,2,85). Sum of RGB (Red+Green+Blue) = 255+2+85=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0255 is #00FDAA. Grayscale: #575757. Windows color (decimal): -64939 or 5571327. OLE color: 5571327.
HSL color Cylindrical-coordinate representation of color #FF0255: hue angle of 340.32º 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 #FF0255 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.67 | 0 |
| HSL | 340.32º | 1% | 0.5% | - |
| HSV(B) | 340.32º | 0.99% | 1% | - |
| XYZ | 42.9 | 21.96 | 10.57 | - |
| YUV | 87.11 | 126.82 | 247.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 85 | 0 | 0.99 | 0.67 | 0 | 340.32 | 1 | 0.5 |
| Hex | FF | 2 | 55 | 0 | 63 | 43 | 0 | 154 | 64 | 32 |
| Octal | 377 | 2 | 125 | 0 | 143 | 103 | 0 | 524 | 144 | 62 |
| Binary | 11111111 | 10 | 1010101 | 0 | 1100011 | 1000011 | 0 | 101010100 | 1100100 | 110010 |
Color Harmonies of #FF0255
Complementary color
Monochromatic Colors of #FF0255
Black with #FF0255
Text Example
Text Example
White with #FF0255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0255; }
p { color: rgb(255,2,85); }
H1.HeaderClassName
{
color: #FF0255;
}
.AnyTagClassName
{
color: #FF0255;
}
</style>
background-color css
<style>
a { background-color: #FF0255; }
a { background-color: rgb(255,2,85); }
div.DivClassName
{
background-color: #FF0255;
}
.BgClassName
{
background-color: #FF0255;
}
</style>
border-color css
<style>
span { border-color: #FF0255; }
span { border-color: rgb(255,2,85); }
td.TdClassName
{
border-color: #FF0255;
}
.TagClassName
{
border-color: #FF0255;
}
</style>