Shades of Razzmatazz #F30F5D
Tints of Razzmatazz #F30F5D
RGB
CMYK
RGB Variations
Color information
#F30F5D (or 0xF30F5D) is known color: Razzmatazz. HEX triplet: F3, 0F and 5D. RGB value is (243,15,93). Sum of RGB (Red+Green+Blue) = 243+15+93=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F5D is #0CF0A2. Grayscale: #5B5B5B. Windows color (decimal): -848035 or 6098931. OLE color: 6098931.
HSL color Cylindrical-coordinate representation of color #F30F5D: hue angle of 339.47º 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 #F30F5D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 93 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.05 |
| HSL | 339.47º | 0.9% | 0.51% | - |
| HSV(B) | 339.47º | 0.94% | 0.95% | - |
| XYZ | 39.11 | 20.19 | 12.19 | - |
| YUV | 92.06 | 128.54 | 235.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 93 | 0 | 0.94 | 0.62 | 0.05 | 339.47 | 0.9 | 0.51 |
| Hex | F3 | F | 5D | 0 | 5E | 3E | 5 | 153 | 5A | 33 |
| Octal | 363 | 17 | 135 | 0 | 136 | 76 | 5 | 523 | 132 | 63 |
| Binary | 11110011 | 1111 | 1011101 | 0 | 1011110 | 111110 | 101 | 101010011 | 1011010 | 110011 |
Color Harmonies of #F30F5D
Complementary color
Monochromatic Colors of #F30F5D
Black with #F30F5D
Text Example
Text Example
White with #F30F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F5D; }
p { color: rgb(243,15,93); }
H1.HeaderClassName
{
color: #F30F5D;
}
.AnyTagClassName
{
color: #F30F5D;
}
</style>
background-color css
<style>
a { background-color: #F30F5D; }
a { background-color: rgb(243,15,93); }
div.DivClassName
{
background-color: #F30F5D;
}
.BgClassName
{
background-color: #F30F5D;
}
</style>
border-color css
<style>
span { border-color: #F30F5D; }
span { border-color: rgb(243,15,93); }
td.TdClassName
{
border-color: #F30F5D;
}
.TagClassName
{
border-color: #F30F5D;
}
</style>