Shades of Razzmatazz #FC0250
Tints of Razzmatazz #FC0250
RGB
CMYK
RGB Variations
Color information
#FC0250 (or 0xFC0250) is known color: Razzmatazz. HEX triplet: FC, 02 and 50. RGB value is (252,2,80). Sum of RGB (Red+Green+Blue) = 252+2+80=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0250 is #03FDAF. Grayscale: #555555. Windows color (decimal): -261552 or 5243644. OLE color: 5243644.
HSL color Cylindrical-coordinate representation of color #FC0250: hue angle of 341.28º 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 #FC0250 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.01 |
| HSL | 341.28º | 0.98% | 0.5% | - |
| HSV(B) | 341.28º | 0.99% | 0.99% | - |
| XYZ | 41.61 | 21.32 | 9.51 | - |
| YUV | 85.64 | 124.83 | 246.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 80 | 0 | 0.99 | 0.68 | 0.01 | 341.28 | 0.98 | 0.5 |
| Hex | FC | 2 | 50 | 0 | 63 | 44 | 1 | 155 | 62 | 32 |
| Octal | 374 | 2 | 120 | 0 | 143 | 104 | 1 | 525 | 142 | 62 |
| Binary | 11111100 | 10 | 1010000 | 0 | 1100011 | 1000100 | 1 | 101010101 | 1100010 | 110010 |
Color Harmonies of #FC0250
Complementary color
Monochromatic Colors of #FC0250
Black with #FC0250
Text Example
Text Example
White with #FC0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0250; }
p { color: rgb(252,2,80); }
H1.HeaderClassName
{
color: #FC0250;
}
.AnyTagClassName
{
color: #FC0250;
}
</style>
background-color css
<style>
a { background-color: #FC0250; }
a { background-color: rgb(252,2,80); }
div.DivClassName
{
background-color: #FC0250;
}
.BgClassName
{
background-color: #FC0250;
}
</style>
border-color css
<style>
span { border-color: #FC0250; }
span { border-color: rgb(252,2,80); }
td.TdClassName
{
border-color: #FC0250;
}
.TagClassName
{
border-color: #FC0250;
}
</style>