Shades of Razzmatazz #FC035A
Tints of Razzmatazz #FC035A
RGB
CMYK
RGB Variations
Color information
#FC035A (or 0xFC035A) is known color: Razzmatazz. HEX triplet: FC, 03 and 5A. RGB value is (252,3,90). Sum of RGB (Red+Green+Blue) = 252+3+90=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC035A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC035A is #03FCA5. Grayscale: #575757. Windows color (decimal): -261286 or 5899260. OLE color: 5899260.
HSL color Cylindrical-coordinate representation of color #FC035A: hue angle of 339.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC035A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.01 |
| HSL | 339.04º | 0.98% | 0.5% | - |
| HSV(B) | 339.04º | 0.99% | 0.99% | - |
| XYZ | 42.02 | 21.5 | 11.61 | - |
| YUV | 87.37 | 129.49 | 245.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 90 | 0 | 0.99 | 0.64 | 0.01 | 339.04 | 0.98 | 0.5 |
| Hex | FC | 3 | 5A | 0 | 63 | 40 | 1 | 153 | 62 | 32 |
| Octal | 374 | 3 | 132 | 0 | 143 | 100 | 1 | 523 | 142 | 62 |
| Binary | 11111100 | 11 | 1011010 | 0 | 1100011 | 1000000 | 1 | 101010011 | 1100010 | 110010 |
Color Harmonies of #FC035A
Complementary color
Monochromatic Colors of #FC035A
Black with #FC035A
Text Example
Text Example
White with #FC035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC035A; }
p { color: rgb(252,3,90); }
H1.HeaderClassName
{
color: #FC035A;
}
.AnyTagClassName
{
color: #FC035A;
}
</style>
background-color css
<style>
a { background-color: #FC035A; }
a { background-color: rgb(252,3,90); }
div.DivClassName
{
background-color: #FC035A;
}
.BgClassName
{
background-color: #FC035A;
}
</style>
border-color css
<style>
span { border-color: #FC035A; }
span { border-color: rgb(252,3,90); }
td.TdClassName
{
border-color: #FC035A;
}
.TagClassName
{
border-color: #FC035A;
}
</style>