Shades of Razzmatazz #F30F58
Tints of Razzmatazz #F30F58
RGB
CMYK
RGB Variations
Color information
#F30F58 (or 0xF30F58) is known color: Razzmatazz. HEX triplet: F3, 0F and 58. RGB value is (243,15,88). Sum of RGB (Red+Green+Blue) = 243+15+88=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F58 is #0CF0A7. Grayscale: #5B5B5B. Windows color (decimal): -848040 or 5771251. OLE color: 5771251.
HSL color Cylindrical-coordinate representation of color #F30F58: hue angle of 340.79º 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 #F30F58 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 88 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.05 |
| HSL | 340.79º | 0.9% | 0.51% | - |
| HSV(B) | 340.79º | 0.94% | 0.95% | - |
| XYZ | 38.89 | 20.1 | 11.06 | - |
| YUV | 91.49 | 126.04 | 236.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 88 | 0 | 0.94 | 0.64 | 0.05 | 340.79 | 0.9 | 0.51 |
| Hex | F3 | F | 58 | 0 | 5E | 40 | 5 | 155 | 5A | 33 |
| Octal | 363 | 17 | 130 | 0 | 136 | 100 | 5 | 525 | 132 | 63 |
| Binary | 11110011 | 1111 | 1011000 | 0 | 1011110 | 1000000 | 101 | 101010101 | 1011010 | 110011 |
Color Harmonies of #F30F58
Complementary color
Monochromatic Colors of #F30F58
Black with #F30F58
Text Example
Text Example
White with #F30F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F58; }
p { color: rgb(243,15,88); }
H1.HeaderClassName
{
color: #F30F58;
}
.AnyTagClassName
{
color: #F30F58;
}
</style>
background-color css
<style>
a { background-color: #F30F58; }
a { background-color: rgb(243,15,88); }
div.DivClassName
{
background-color: #F30F58;
}
.BgClassName
{
background-color: #F30F58;
}
</style>
border-color css
<style>
span { border-color: #F30F58; }
span { border-color: rgb(243,15,88); }
td.TdClassName
{
border-color: #F30F58;
}
.TagClassName
{
border-color: #F30F58;
}
</style>