Shades of Razzmatazz #F30465
Tints of Razzmatazz #F30465
RGB
CMYK
RGB Variations
Color information
#F30465 (or 0xF30465) is known color: Razzmatazz. HEX triplet: F3, 04 and 65. RGB value is (243,4,101). Sum of RGB (Red+Green+Blue) = 243+4+101=348 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.83% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 243 - color contains mainly: red. Hex color #F30465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30465 is #0CFB9A. Grayscale: #565656. Windows color (decimal): -850843 or 6620403. OLE color: 6620403.
HSL color Cylindrical-coordinate representation of color #F30465: hue angle of 335.65º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30465 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.05 |
| HSL | 335.65º | 0.97% | 0.48% | - |
| HSV(B) | 335.65º | 0.98% | 0.95% | - |
| XYZ | 39.35 | 20.08 | 14.11 | - |
| YUV | 86.52 | 136.18 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 101 | 0 | 0.98 | 0.58 | 0.05 | 335.65 | 0.97 | 0.48 |
| Hex | F3 | 4 | 65 | 0 | 62 | 3A | 5 | 150 | 61 | 30 |
| Octal | 363 | 4 | 145 | 0 | 142 | 72 | 5 | 520 | 141 | 60 |
| Binary | 11110011 | 100 | 1100101 | 0 | 1100010 | 111010 | 101 | 101010000 | 1100001 | 110000 |
Color Harmonies of #F30465
Complementary color
Monochromatic Colors of #F30465
Black with #F30465
Text Example
Text Example
White with #F30465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30465; }
p { color: rgb(243,4,101); }
H1.HeaderClassName
{
color: #F30465;
}
.AnyTagClassName
{
color: #F30465;
}
</style>
background-color css
<style>
a { background-color: #F30465; }
a { background-color: rgb(243,4,101); }
div.DivClassName
{
background-color: #F30465;
}
.BgClassName
{
background-color: #F30465;
}
</style>
border-color css
<style>
span { border-color: #F30465; }
span { border-color: rgb(243,4,101); }
td.TdClassName
{
border-color: #F30465;
}
.TagClassName
{
border-color: #F30465;
}
</style>