Shades of Razzmatazz #F3024F
Tints of Razzmatazz #F3024F
RGB
CMYK
RGB Variations
Color information
#F3024F (or 0xF3024F) is known color: Razzmatazz. HEX triplet: F3, 02 and 4F. RGB value is (243,2,79). Sum of RGB (Red+Green+Blue) = 243+2+79=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F3024F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3024F is #0CFDB0. Grayscale: #525252. Windows color (decimal): -851377 or 5178099. OLE color: 5178099.
HSL color Cylindrical-coordinate representation of color #F3024F: hue angle of 340.83º 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 #F3024F is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.05 |
| HSL | 340.83º | 0.98% | 0.48% | - |
| HSV(B) | 340.83º | 0.99% | 0.95% | - |
| XYZ | 38.4 | 19.66 | 9.17 | - |
| YUV | 82.84 | 125.84 | 242.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 79 | 0 | 0.99 | 0.67 | 0.05 | 340.83 | 0.98 | 0.48 |
| Hex | F3 | 2 | 4F | 0 | 63 | 43 | 5 | 155 | 62 | 30 |
| Octal | 363 | 2 | 117 | 0 | 143 | 103 | 5 | 525 | 142 | 60 |
| Binary | 11110011 | 10 | 1001111 | 0 | 1100011 | 1000011 | 101 | 101010101 | 1100010 | 110000 |
Color Harmonies of #F3024F
Complementary color
Monochromatic Colors of #F3024F
Black with #F3024F
Text Example
Text Example
White with #F3024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3024F; }
p { color: rgb(243,2,79); }
H1.HeaderClassName
{
color: #F3024F;
}
.AnyTagClassName
{
color: #F3024F;
}
</style>
background-color css
<style>
a { background-color: #F3024F; }
a { background-color: rgb(243,2,79); }
div.DivClassName
{
background-color: #F3024F;
}
.BgClassName
{
background-color: #F3024F;
}
</style>
border-color css
<style>
span { border-color: #F3024F; }
span { border-color: rgb(243,2,79); }
td.TdClassName
{
border-color: #F3024F;
}
.TagClassName
{
border-color: #F3024F;
}
</style>