Shades of Razzmatazz #F30075
Tints of Razzmatazz #F30075
RGB
CMYK
RGB Variations
Color information
#F30075 (or 0xF30075) is known color: Razzmatazz. HEX triplet: F3, 00 and 75. RGB value is (243,0,117). Sum of RGB (Red+Green+Blue) = 243+0+117=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F30075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30075 is #0CFF8A. Grayscale: #555555. Windows color (decimal): -851851 or 7667955. OLE color: 7667955.
HSL color Cylindrical-coordinate representation of color #F30075: hue angle of 331.11º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30075 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.52 | 0.05 |
| HSL | 331.11º | 1% | 0.48% | - |
| HSV(B) | 331.11º | 1% | 0.95% | - |
| XYZ | 40.17 | 20.34 | 18.64 | - |
| YUV | 86 | 145.51 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 117 | 0 | 1 | 0.52 | 0.05 | 331.11 | 1 | 0.48 |
| Hex | F3 | 0 | 75 | 0 | 64 | 34 | 5 | 14B | 64 | 30 |
| Octal | 363 | 0 | 165 | 0 | 144 | 64 | 5 | 513 | 144 | 60 |
| Binary | 11110011 | 0 | 1110101 | 0 | 1100100 | 110100 | 101 | 101001011 | 1100100 | 110000 |
Color Harmonies of #F30075
Complementary color
Monochromatic Colors of #F30075
Black with #F30075
Text Example
Text Example
White with #F30075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30075; }
p { color: rgb(243,0,117); }
H1.HeaderClassName
{
color: #F30075;
}
.AnyTagClassName
{
color: #F30075;
}
</style>
background-color css
<style>
a { background-color: #F30075; }
a { background-color: rgb(243,0,117); }
div.DivClassName
{
background-color: #F30075;
}
.BgClassName
{
background-color: #F30075;
}
</style>
border-color css
<style>
span { border-color: #F30075; }
span { border-color: rgb(243,0,117); }
td.TdClassName
{
border-color: #F30075;
}
.TagClassName
{
border-color: #F30075;
}
</style>