Shades of Razzmatazz #FC0274
Tints of Razzmatazz #FC0274
RGB
CMYK
RGB Variations
Color information
#FC0274 (or 0xFC0274) is known color: Razzmatazz. HEX triplet: FC, 02 and 74. RGB value is (252,2,116). Sum of RGB (Red+Green+Blue) = 252+2+116=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 2 (1.17% from 255 or 0.54% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0274 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0274 is #03FD8B. Grayscale: #595959. Windows color (decimal): -261516 or 7602940. OLE color: 7602940.
HSL color Cylindrical-coordinate representation of color #FC0274: hue angle of 332.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 #FC0274 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.01 |
| HSL | 332.64º | 0.98% | 0.5% | - |
| HSV(B) | 332.64º | 0.99% | 0.99% | - |
| XYZ | 43.32 | 22 | 18.49 | - |
| YUV | 89.75 | 142.83 | 243.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 116 | 0 | 0.99 | 0.54 | 0.01 | 332.64 | 0.98 | 0.5 |
| Hex | FC | 2 | 74 | 0 | 63 | 36 | 1 | 14D | 62 | 32 |
| Octal | 374 | 2 | 164 | 0 | 143 | 66 | 1 | 515 | 142 | 62 |
| Binary | 11111100 | 10 | 1110100 | 0 | 1100011 | 110110 | 1 | 101001101 | 1100010 | 110010 |
Color Harmonies of #FC0274
Complementary color
Monochromatic Colors of #FC0274
Black with #FC0274
Text Example
Text Example
White with #FC0274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0274; }
p { color: rgb(252,2,116); }
H1.HeaderClassName
{
color: #FC0274;
}
.AnyTagClassName
{
color: #FC0274;
}
</style>
background-color css
<style>
a { background-color: #FC0274; }
a { background-color: rgb(252,2,116); }
div.DivClassName
{
background-color: #FC0274;
}
.BgClassName
{
background-color: #FC0274;
}
</style>
border-color css
<style>
span { border-color: #FC0274; }
span { border-color: rgb(252,2,116); }
td.TdClassName
{
border-color: #FC0274;
}
.TagClassName
{
border-color: #FC0274;
}
</style>