Shades of Razzmatazz #F30D4F
Tints of Razzmatazz #F30D4F
RGB
CMYK
RGB Variations
Color information
#F30D4F (or 0xF30D4F) is known color: Razzmatazz. HEX triplet: F3, 0D and 4F. RGB value is (243,13,79). Sum of RGB (Red+Green+Blue) = 243+13+79=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 79 (31.25% from 255 or 23.58% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F30D4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30D4F is #0CF2B0. Grayscale: #595959. Windows color (decimal): -848561 or 5180915. OLE color: 5180915.
HSL color Cylindrical-coordinate representation of color #F30D4F: hue angle of 342.78º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30D4F is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 79 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.05 |
| HSL | 342.78º | 0.91% | 0.5% | - |
| HSV(B) | 342.78º | 0.95% | 0.95% | - |
| XYZ | 38.52 | 19.91 | 9.21 | - |
| YUV | 89.29 | 122.2 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 79 | 0 | 0.95 | 0.67 | 0.05 | 342.78 | 0.91 | 0.5 |
| Hex | F3 | D | 4F | 0 | 5F | 43 | 5 | 157 | 5B | 32 |
| Octal | 363 | 15 | 117 | 0 | 137 | 103 | 5 | 527 | 133 | 62 |
| Binary | 11110011 | 1101 | 1001111 | 0 | 1011111 | 1000011 | 101 | 101010111 | 1011011 | 110010 |
Color Harmonies of #F30D4F
Complementary color
Monochromatic Colors of #F30D4F
Black with #F30D4F
Text Example
Text Example
White with #F30D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30D4F; }
p { color: rgb(243,13,79); }
H1.HeaderClassName
{
color: #F30D4F;
}
.AnyTagClassName
{
color: #F30D4F;
}
</style>
background-color css
<style>
a { background-color: #F30D4F; }
a { background-color: rgb(243,13,79); }
div.DivClassName
{
background-color: #F30D4F;
}
.BgClassName
{
background-color: #F30D4F;
}
</style>
border-color css
<style>
span { border-color: #F30D4F; }
span { border-color: rgb(243,13,79); }
td.TdClassName
{
border-color: #F30D4F;
}
.TagClassName
{
border-color: #F30D4F;
}
</style>