Shades of Razzmatazz #FF0352
Tints of Razzmatazz #FF0352
RGB
CMYK
RGB Variations
Color information
#FF0352 (or 0xFF0352) is known color: Razzmatazz. HEX triplet: FF, 03 and 52. RGB value is (255,3,82). Sum of RGB (Red+Green+Blue) = 255+3+82=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0352 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0352 is #00FCAD. Grayscale: #575757. Windows color (decimal): -64686 or 5374975. OLE color: 5374975.
HSL color Cylindrical-coordinate representation of color #FF0352: hue angle of 341.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0352 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 82 | - |
| CMYK | 0 | 0.99 | 0.68 | 0 |
| HSL | 341.19º | 1% | 0.51% | - |
| HSV(B) | 341.19º | 0.99% | 1% | - |
| XYZ | 42.8 | 21.93 | 9.96 | - |
| YUV | 87.35 | 124.99 | 247.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 82 | 0 | 0.99 | 0.68 | 0 | 341.19 | 1 | 0.51 |
| Hex | FF | 3 | 52 | 0 | 63 | 44 | 0 | 155 | 64 | 33 |
| Octal | 377 | 3 | 122 | 0 | 143 | 104 | 0 | 525 | 144 | 63 |
| Binary | 11111111 | 11 | 1010010 | 0 | 1100011 | 1000100 | 0 | 101010101 | 1100100 | 110011 |
Color Harmonies of #FF0352
Complementary color
Monochromatic Colors of #FF0352
Black with #FF0352
Text Example
Text Example
White with #FF0352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0352; }
p { color: rgb(255,3,82); }
H1.HeaderClassName
{
color: #FF0352;
}
.AnyTagClassName
{
color: #FF0352;
}
</style>
background-color css
<style>
a { background-color: #FF0352; }
a { background-color: rgb(255,3,82); }
div.DivClassName
{
background-color: #FF0352;
}
.BgClassName
{
background-color: #FF0352;
}
</style>
border-color css
<style>
span { border-color: #FF0352; }
span { border-color: rgb(255,3,82); }
td.TdClassName
{
border-color: #FF0352;
}
.TagClassName
{
border-color: #FF0352;
}
</style>