Shades of Razzmatazz #F30F6B
Tints of Razzmatazz #F30F6B
RGB
CMYK
RGB Variations
Color information
#F30F6B (or 0xF30F6B) is known color: Razzmatazz. HEX triplet: F3, 0F and 6B. RGB value is (243,15,107). Sum of RGB (Red+Green+Blue) = 243+15+107=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F6B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F6B is #0CF094. Grayscale: #5D5D5D. Windows color (decimal): -848021 or 7016435. OLE color: 7016435.
HSL color Cylindrical-coordinate representation of color #F30F6B: hue angle of 335.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 #F30F6B is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 107 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.05 |
| HSL | 335.79º | 0.9% | 0.51% | - |
| HSV(B) | 335.79º | 0.94% | 0.95% | - |
| XYZ | 39.79 | 20.46 | 15.76 | - |
| YUV | 93.66 | 135.54 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 107 | 0 | 0.94 | 0.56 | 0.05 | 335.79 | 0.9 | 0.51 |
| Hex | F3 | F | 6B | 0 | 5E | 38 | 5 | 150 | 5A | 33 |
| Octal | 363 | 17 | 153 | 0 | 136 | 70 | 5 | 520 | 132 | 63 |
| Binary | 11110011 | 1111 | 1101011 | 0 | 1011110 | 111000 | 101 | 101010000 | 1011010 | 110011 |
Color Harmonies of #F30F6B
Complementary color
Monochromatic Colors of #F30F6B
Black with #F30F6B
Text Example
Text Example
White with #F30F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F6B; }
p { color: rgb(243,15,107); }
H1.HeaderClassName
{
color: #F30F6B;
}
.AnyTagClassName
{
color: #F30F6B;
}
</style>
background-color css
<style>
a { background-color: #F30F6B; }
a { background-color: rgb(243,15,107); }
div.DivClassName
{
background-color: #F30F6B;
}
.BgClassName
{
background-color: #F30F6B;
}
</style>
border-color css
<style>
span { border-color: #F30F6B; }
span { border-color: rgb(243,15,107); }
td.TdClassName
{
border-color: #F30F6B;
}
.TagClassName
{
border-color: #F30F6B;
}
</style>