Shades of Razzmatazz #FF035A
Tints of Razzmatazz #FF035A
RGB
CMYK
RGB Variations
Color information
#FF035A (or 0xFF035A) is known color: Razzmatazz. HEX triplet: FF, 03 and 5A. RGB value is (255,3,90). Sum of RGB (Red+Green+Blue) = 255+3+90=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF035A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF035A is #00FCA5. Grayscale: #585858. Windows color (decimal): -64678 or 5899263. OLE color: 5899263.
HSL color Cylindrical-coordinate representation of color #FF035A: hue angle of 339.29º 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 #FF035A is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.65 | 0 |
| HSL | 339.29º | 1% | 0.51% | - |
| HSV(B) | 339.29º | 0.99% | 1% | - |
| XYZ | 43.12 | 22.06 | 11.66 | - |
| YUV | 88.27 | 128.99 | 246.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 90 | 0 | 0.99 | 0.65 | 0 | 339.29 | 1 | 0.51 |
| Hex | FF | 3 | 5A | 0 | 63 | 41 | 0 | 153 | 64 | 33 |
| Octal | 377 | 3 | 132 | 0 | 143 | 101 | 0 | 523 | 144 | 63 |
| Binary | 11111111 | 11 | 1011010 | 0 | 1100011 | 1000001 | 0 | 101010011 | 1100100 | 110011 |
Color Harmonies of #FF035A
Complementary color
Monochromatic Colors of #FF035A
Black with #FF035A
Text Example
Text Example
White with #FF035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF035A; }
p { color: rgb(255,3,90); }
H1.HeaderClassName
{
color: #FF035A;
}
.AnyTagClassName
{
color: #FF035A;
}
</style>
background-color css
<style>
a { background-color: #FF035A; }
a { background-color: rgb(255,3,90); }
div.DivClassName
{
background-color: #FF035A;
}
.BgClassName
{
background-color: #FF035A;
}
</style>
border-color css
<style>
span { border-color: #FF035A; }
span { border-color: rgb(255,3,90); }
td.TdClassName
{
border-color: #FF035A;
}
.TagClassName
{
border-color: #FF035A;
}
</style>