Shades of Razzmatazz #F3024D
Tints of Razzmatazz #F3024D
RGB
CMYK
RGB Variations
Color information
#F3024D (or 0xF3024D) is known color: Razzmatazz. HEX triplet: F3, 02 and 4D. RGB value is (243,2,77). Sum of RGB (Red+Green+Blue) = 243+2+77=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F3024D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3024D is #0CFDB2. Grayscale: #525252. Windows color (decimal): -851379 or 5047027. OLE color: 5047027.
HSL color Cylindrical-coordinate representation of color #F3024D: hue angle of 341.33º 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 #F3024D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.05 |
| HSL | 341.33º | 0.98% | 0.48% | - |
| HSV(B) | 341.33º | 0.99% | 0.95% | - |
| XYZ | 38.32 | 19.63 | 8.79 | - |
| YUV | 82.61 | 124.84 | 242.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 77 | 0 | 0.99 | 0.68 | 0.05 | 341.33 | 0.98 | 0.48 |
| Hex | F3 | 2 | 4D | 0 | 63 | 44 | 5 | 155 | 62 | 30 |
| Octal | 363 | 2 | 115 | 0 | 143 | 104 | 5 | 525 | 142 | 60 |
| Binary | 11110011 | 10 | 1001101 | 0 | 1100011 | 1000100 | 101 | 101010101 | 1100010 | 110000 |
Color Harmonies of #F3024D
Complementary color
Monochromatic Colors of #F3024D
Black with #F3024D
Text Example
Text Example
White with #F3024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3024D; }
p { color: rgb(243,2,77); }
H1.HeaderClassName
{
color: #F3024D;
}
.AnyTagClassName
{
color: #F3024D;
}
</style>
background-color css
<style>
a { background-color: #F3024D; }
a { background-color: rgb(243,2,77); }
div.DivClassName
{
background-color: #F3024D;
}
.BgClassName
{
background-color: #F3024D;
}
</style>
border-color css
<style>
span { border-color: #F3024D; }
span { border-color: rgb(243,2,77); }
td.TdClassName
{
border-color: #F3024D;
}
.TagClassName
{
border-color: #F3024D;
}
</style>