Shades of Razzmatazz #FC025A
Tints of Razzmatazz #FC025A
RGB
CMYK
RGB Variations
Color information
#FC025A (or 0xFC025A) is known color: Razzmatazz. HEX triplet: FC, 02 and 5A. RGB value is (252,2,90). Sum of RGB (Red+Green+Blue) = 252+2+90=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC025A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC025A is #03FDA5. Grayscale: #565656. Windows color (decimal): -261542 or 5899004. OLE color: 5899004.
HSL color Cylindrical-coordinate representation of color #FC025A: hue angle of 338.88º 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 #FC025A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 90 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.01 |
| HSL | 338.88º | 0.98% | 0.5% | - |
| HSV(B) | 338.88º | 0.99% | 0.99% | - |
| XYZ | 42.01 | 21.48 | 11.6 | - |
| YUV | 86.78 | 129.83 | 245.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 90 | 0 | 0.99 | 0.64 | 0.01 | 338.88 | 0.98 | 0.5 |
| Hex | FC | 2 | 5A | 0 | 63 | 40 | 1 | 153 | 62 | 32 |
| Octal | 374 | 2 | 132 | 0 | 143 | 100 | 1 | 523 | 142 | 62 |
| Binary | 11111100 | 10 | 1011010 | 0 | 1100011 | 1000000 | 1 | 101010011 | 1100010 | 110010 |
Color Harmonies of #FC025A
Complementary color
Monochromatic Colors of #FC025A
Black with #FC025A
Text Example
Text Example
White with #FC025A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC025A; }
p { color: rgb(252,2,90); }
H1.HeaderClassName
{
color: #FC025A;
}
.AnyTagClassName
{
color: #FC025A;
}
</style>
background-color css
<style>
a { background-color: #FC025A; }
a { background-color: rgb(252,2,90); }
div.DivClassName
{
background-color: #FC025A;
}
.BgClassName
{
background-color: #FC025A;
}
</style>
border-color css
<style>
span { border-color: #FC025A; }
span { border-color: rgb(252,2,90); }
td.TdClassName
{
border-color: #FC025A;
}
.TagClassName
{
border-color: #FC025A;
}
</style>