Shades of Razzmatazz #F30F68
Tints of Razzmatazz #F30F68
RGB
CMYK
RGB Variations
Color information
#F30F68 (or 0xF30F68) is known color: Razzmatazz. HEX triplet: F3, 0F and 68. RGB value is (243,15,104). Sum of RGB (Red+Green+Blue) = 243+15+104=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F68 is #0CF097. Grayscale: #5D5D5D. Windows color (decimal): -848024 or 6819827. OLE color: 6819827.
HSL color Cylindrical-coordinate representation of color #F30F68: hue angle of 336.58º 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 #F30F68 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 104 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.05 |
| HSL | 336.58º | 0.9% | 0.51% | - |
| HSV(B) | 336.58º | 0.94% | 0.95% | - |
| XYZ | 39.63 | 20.4 | 14.94 | - |
| YUV | 93.32 | 134.04 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 104 | 0 | 0.94 | 0.57 | 0.05 | 336.58 | 0.9 | 0.51 |
| Hex | F3 | F | 68 | 0 | 5E | 39 | 5 | 151 | 5A | 33 |
| Octal | 363 | 17 | 150 | 0 | 136 | 71 | 5 | 521 | 132 | 63 |
| Binary | 11110011 | 1111 | 1101000 | 0 | 1011110 | 111001 | 101 | 101010001 | 1011010 | 110011 |
Color Harmonies of #F30F68
Complementary color
Monochromatic Colors of #F30F68
Black with #F30F68
Text Example
Text Example
White with #F30F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F68; }
p { color: rgb(243,15,104); }
H1.HeaderClassName
{
color: #F30F68;
}
.AnyTagClassName
{
color: #F30F68;
}
</style>
background-color css
<style>
a { background-color: #F30F68; }
a { background-color: rgb(243,15,104); }
div.DivClassName
{
background-color: #F30F68;
}
.BgClassName
{
background-color: #F30F68;
}
</style>
border-color css
<style>
span { border-color: #F30F68; }
span { border-color: rgb(243,15,104); }
td.TdClassName
{
border-color: #F30F68;
}
.TagClassName
{
border-color: #F30F68;
}
</style>