Shades of Razzmatazz #F30358
Tints of Razzmatazz #F30358
RGB
CMYK
RGB Variations
Color information
#F30358 (or 0xF30358) is known color: Razzmatazz. HEX triplet: F3, 03 and 58. RGB value is (243,3,88). Sum of RGB (Red+Green+Blue) = 243+3+88=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F30358 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30358 is #0CFCA7. Grayscale: #545454. Windows color (decimal): -851112 or 5768179. OLE color: 5768179.
HSL color Cylindrical-coordinate representation of color #F30358: hue angle of 338.75º 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 #F30358 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 88 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.05 |
| HSL | 338.75º | 0.98% | 0.48% | - |
| HSV(B) | 338.75º | 0.99% | 0.95% | - |
| XYZ | 38.76 | 19.82 | 11.02 | - |
| YUV | 84.45 | 130.01 | 241.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 88 | 0 | 0.99 | 0.64 | 0.05 | 338.75 | 0.98 | 0.48 |
| Hex | F3 | 3 | 58 | 0 | 63 | 40 | 5 | 153 | 62 | 30 |
| Octal | 363 | 3 | 130 | 0 | 143 | 100 | 5 | 523 | 142 | 60 |
| Binary | 11110011 | 11 | 1011000 | 0 | 1100011 | 1000000 | 101 | 101010011 | 1100010 | 110000 |
Color Harmonies of #F30358
Complementary color
Monochromatic Colors of #F30358
Black with #F30358
Text Example
Text Example
White with #F30358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30358; }
p { color: rgb(243,3,88); }
H1.HeaderClassName
{
color: #F30358;
}
.AnyTagClassName
{
color: #F30358;
}
</style>
background-color css
<style>
a { background-color: #F30358; }
a { background-color: rgb(243,3,88); }
div.DivClassName
{
background-color: #F30358;
}
.BgClassName
{
background-color: #F30358;
}
</style>
border-color css
<style>
span { border-color: #F30358; }
span { border-color: rgb(243,3,88); }
td.TdClassName
{
border-color: #F30358;
}
.TagClassName
{
border-color: #F30358;
}
</style>