Shades of Razzmatazz #F30577
Tints of Razzmatazz #F30577
RGB
CMYK
RGB Variations
Color information
#F30577 (or 0xF30577) is known color: Razzmatazz. HEX triplet: F3, 05 and 77. RGB value is (243,5,119). Sum of RGB (Red+Green+Blue) = 243+5+119=367 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.21% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 243 - color contains mainly: red. Hex color #F30577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30577 is #0CFA88. Grayscale: #585858. Windows color (decimal): -850569 or 7800307. OLE color: 7800307.
HSL color Cylindrical-coordinate representation of color #F30577: hue angle of 331.26º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30577 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.05 |
| HSL | 331.26º | 0.96% | 0.49% | - |
| HSV(B) | 331.26º | 0.98% | 0.95% | - |
| XYZ | 40.35 | 20.5 | 19.28 | - |
| YUV | 89.16 | 144.85 | 237.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 119 | 0 | 0.98 | 0.51 | 0.05 | 331.26 | 0.96 | 0.49 |
| Hex | F3 | 5 | 77 | 0 | 62 | 33 | 5 | 14B | 60 | 31 |
| Octal | 363 | 5 | 167 | 0 | 142 | 63 | 5 | 513 | 140 | 61 |
| Binary | 11110011 | 101 | 1110111 | 0 | 1100010 | 110011 | 101 | 101001011 | 1100000 | 110001 |
Color Harmonies of #F30577
Complementary color
Monochromatic Colors of #F30577
Black with #F30577
Text Example
Text Example
White with #F30577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30577; }
p { color: rgb(243,5,119); }
H1.HeaderClassName
{
color: #F30577;
}
.AnyTagClassName
{
color: #F30577;
}
</style>
background-color css
<style>
a { background-color: #F30577; }
a { background-color: rgb(243,5,119); }
div.DivClassName
{
background-color: #F30577;
}
.BgClassName
{
background-color: #F30577;
}
</style>
border-color css
<style>
span { border-color: #F30577; }
span { border-color: rgb(243,5,119); }
td.TdClassName
{
border-color: #F30577;
}
.TagClassName
{
border-color: #F30577;
}
</style>