Shades of Razzmatazz #F30F57
Tints of Razzmatazz #F30F57
RGB
CMYK
RGB Variations
Color information
#F30F57 (or 0xF30F57) is known color: Razzmatazz. HEX triplet: F3, 0F and 57. RGB value is (243,15,87). Sum of RGB (Red+Green+Blue) = 243+15+87=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F57 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F57 is #0CF0A8. Grayscale: #5B5B5B. Windows color (decimal): -848041 or 5705715. OLE color: 5705715.
HSL color Cylindrical-coordinate representation of color #F30F57: hue angle of 341.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30F57 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 87 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.05 |
| HSL | 341.05º | 0.9% | 0.51% | - |
| HSV(B) | 341.05º | 0.94% | 0.95% | - |
| XYZ | 38.85 | 20.08 | 10.85 | - |
| YUV | 91.38 | 125.54 | 236.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 87 | 0 | 0.94 | 0.64 | 0.05 | 341.05 | 0.9 | 0.51 |
| Hex | F3 | F | 57 | 0 | 5E | 40 | 5 | 155 | 5A | 33 |
| Octal | 363 | 17 | 127 | 0 | 136 | 100 | 5 | 525 | 132 | 63 |
| Binary | 11110011 | 1111 | 1010111 | 0 | 1011110 | 1000000 | 101 | 101010101 | 1011010 | 110011 |
Color Harmonies of #F30F57
Complementary color
Monochromatic Colors of #F30F57
Black with #F30F57
Text Example
Text Example
White with #F30F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F57; }
p { color: rgb(243,15,87); }
H1.HeaderClassName
{
color: #F30F57;
}
.AnyTagClassName
{
color: #F30F57;
}
</style>
background-color css
<style>
a { background-color: #F30F57; }
a { background-color: rgb(243,15,87); }
div.DivClassName
{
background-color: #F30F57;
}
.BgClassName
{
background-color: #F30F57;
}
</style>
border-color css
<style>
span { border-color: #F30F57; }
span { border-color: rgb(243,15,87); }
td.TdClassName
{
border-color: #F30F57;
}
.TagClassName
{
border-color: #F30F57;
}
</style>