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