Shades of Razzmatazz #FF0252
Tints of Razzmatazz #FF0252
RGB
CMYK
RGB Variations
Color information
#FF0252 (or 0xFF0252) is known color: Razzmatazz. HEX triplet: FF, 02 and 52. RGB value is (255,2,82). Sum of RGB (Red+Green+Blue) = 255+2+82=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0252 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0252 is #00FDAD. Grayscale: #565656. Windows color (decimal): -64942 or 5374719. OLE color: 5374719.
HSL color Cylindrical-coordinate representation of color #FF0252: hue angle of 341.03º 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 #FF0252 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 82 | - |
| CMYK | 0 | 0.99 | 0.68 | 0 |
| HSL | 341.03º | 1% | 0.5% | - |
| HSV(B) | 341.03º | 0.99% | 1% | - |
| XYZ | 42.78 | 21.91 | 9.96 | - |
| YUV | 86.77 | 125.32 | 248 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 82 | 0 | 0.99 | 0.68 | 0 | 341.03 | 1 | 0.5 |
| Hex | FF | 2 | 52 | 0 | 63 | 44 | 0 | 155 | 64 | 32 |
| Octal | 377 | 2 | 122 | 0 | 143 | 104 | 0 | 525 | 144 | 62 |
| Binary | 11111111 | 10 | 1010010 | 0 | 1100011 | 1000100 | 0 | 101010101 | 1100100 | 110010 |
Color Harmonies of #FF0252
Complementary color
Monochromatic Colors of #FF0252
Black with #FF0252
Text Example
Text Example
White with #FF0252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0252; }
p { color: rgb(255,2,82); }
H1.HeaderClassName
{
color: #FF0252;
}
.AnyTagClassName
{
color: #FF0252;
}
</style>
background-color css
<style>
a { background-color: #FF0252; }
a { background-color: rgb(255,2,82); }
div.DivClassName
{
background-color: #FF0252;
}
.BgClassName
{
background-color: #FF0252;
}
</style>
border-color css
<style>
span { border-color: #FF0252; }
span { border-color: rgb(255,2,82); }
td.TdClassName
{
border-color: #FF0252;
}
.TagClassName
{
border-color: #FF0252;
}
</style>