Shades of Razzmatazz #FC035B
Tints of Razzmatazz #FC035B
RGB
CMYK
RGB Variations
Color information
#FC035B (or 0xFC035B) is known color: Razzmatazz. HEX triplet: FC, 03 and 5B. RGB value is (252,3,91). Sum of RGB (Red+Green+Blue) = 252+3+91=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC035B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC035B is #03FCA4. Grayscale: #575757. Windows color (decimal): -261285 or 5964796. OLE color: 5964796.
HSL color Cylindrical-coordinate representation of color #FC035B: hue angle of 338.8º 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 #FC035B is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 91 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.01 |
| HSL | 338.8º | 0.98% | 0.5% | - |
| HSV(B) | 338.8º | 0.99% | 0.99% | - |
| XYZ | 42.07 | 21.52 | 11.83 | - |
| YUV | 87.48 | 129.99 | 245.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 91 | 0 | 0.99 | 0.64 | 0.01 | 338.8 | 0.98 | 0.5 |
| Hex | FC | 3 | 5B | 0 | 63 | 40 | 1 | 153 | 62 | 32 |
| Octal | 374 | 3 | 133 | 0 | 143 | 100 | 1 | 523 | 142 | 62 |
| Binary | 11111100 | 11 | 1011011 | 0 | 1100011 | 1000000 | 1 | 101010011 | 1100010 | 110010 |
Color Harmonies of #FC035B
Complementary color
Monochromatic Colors of #FC035B
Black with #FC035B
Text Example
Text Example
White with #FC035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC035B; }
p { color: rgb(252,3,91); }
H1.HeaderClassName
{
color: #FC035B;
}
.AnyTagClassName
{
color: #FC035B;
}
</style>
background-color css
<style>
a { background-color: #FC035B; }
a { background-color: rgb(252,3,91); }
div.DivClassName
{
background-color: #FC035B;
}
.BgClassName
{
background-color: #FC035B;
}
</style>
border-color css
<style>
span { border-color: #FC035B; }
span { border-color: rgb(252,3,91); }
td.TdClassName
{
border-color: #FC035B;
}
.TagClassName
{
border-color: #FC035B;
}
</style>