Shades of Razzmatazz #F30276
Tints of Razzmatazz #F30276
RGB
CMYK
RGB Variations
Color information
#F30276 (or 0xF30276) is known color: Razzmatazz. HEX triplet: F3, 02 and 76. RGB value is (243,2,118). Sum of RGB (Red+Green+Blue) = 243+2+118=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F30276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30276 is #0CFD89. Grayscale: #575757. Windows color (decimal): -851338 or 7734003. OLE color: 7734003.
HSL color Cylindrical-coordinate representation of color #F30276: hue angle of 331.12º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30276 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.05 |
| HSL | 331.12º | 0.98% | 0.48% | - |
| HSV(B) | 331.12º | 0.99% | 0.95% | - |
| XYZ | 40.25 | 20.41 | 18.96 | - |
| YUV | 87.28 | 145.34 | 239.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 118 | 0 | 0.99 | 0.51 | 0.05 | 331.12 | 0.98 | 0.48 |
| Hex | F3 | 2 | 76 | 0 | 63 | 33 | 5 | 14B | 62 | 30 |
| Octal | 363 | 2 | 166 | 0 | 143 | 63 | 5 | 513 | 142 | 60 |
| Binary | 11110011 | 10 | 1110110 | 0 | 1100011 | 110011 | 101 | 101001011 | 1100010 | 110000 |
Color Harmonies of #F30276
Complementary color
Monochromatic Colors of #F30276
Black with #F30276
Text Example
Text Example
White with #F30276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30276; }
p { color: rgb(243,2,118); }
H1.HeaderClassName
{
color: #F30276;
}
.AnyTagClassName
{
color: #F30276;
}
</style>
background-color css
<style>
a { background-color: #F30276; }
a { background-color: rgb(243,2,118); }
div.DivClassName
{
background-color: #F30276;
}
.BgClassName
{
background-color: #F30276;
}
</style>
border-color css
<style>
span { border-color: #F30276; }
span { border-color: rgb(243,2,118); }
td.TdClassName
{
border-color: #F30276;
}
.TagClassName
{
border-color: #F30276;
}
</style>