Shades of Razzmatazz #F30E6D
Tints of Razzmatazz #F30E6D
RGB
CMYK
RGB Variations
Color information
#F30E6D (or 0xF30E6D) is known color: Razzmatazz. HEX triplet: F3, 0E and 6D. RGB value is (243,14,109). Sum of RGB (Red+Green+Blue) = 243+14+109=366 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.39% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 243 - color contains mainly: red. Hex color #F30E6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30E6D is #0CF192. Grayscale: #5D5D5D. Windows color (decimal): -848275 or 7147251. OLE color: 7147251.
HSL color Cylindrical-coordinate representation of color #F30E6D: hue angle of 335.11º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30E6D is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 109 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.05 |
| HSL | 335.11º | 0.91% | 0.5% | - |
| HSV(B) | 335.11º | 0.94% | 0.95% | - |
| XYZ | 39.88 | 20.47 | 16.32 | - |
| YUV | 93.3 | 136.87 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 109 | 0 | 0.94 | 0.55 | 0.05 | 335.11 | 0.91 | 0.5 |
| Hex | F3 | E | 6D | 0 | 5E | 37 | 5 | 14F | 5B | 32 |
| Octal | 363 | 16 | 155 | 0 | 136 | 67 | 5 | 517 | 133 | 62 |
| Binary | 11110011 | 1110 | 1101101 | 0 | 1011110 | 110111 | 101 | 101001111 | 1011011 | 110010 |
Color Harmonies of #F30E6D
Complementary color
Monochromatic Colors of #F30E6D
Black with #F30E6D
Text Example
Text Example
White with #F30E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30E6D; }
p { color: rgb(243,14,109); }
H1.HeaderClassName
{
color: #F30E6D;
}
.AnyTagClassName
{
color: #F30E6D;
}
</style>
background-color css
<style>
a { background-color: #F30E6D; }
a { background-color: rgb(243,14,109); }
div.DivClassName
{
background-color: #F30E6D;
}
.BgClassName
{
background-color: #F30E6D;
}
</style>
border-color css
<style>
span { border-color: #F30E6D; }
span { border-color: rgb(243,14,109); }
td.TdClassName
{
border-color: #F30E6D;
}
.TagClassName
{
border-color: #F30E6D;
}
</style>