Shades of Razzmatazz #F30074
Tints of Razzmatazz #F30074
RGB
CMYK
RGB Variations
Color information
#F30074 (or 0xF30074) is known color: Razzmatazz. HEX triplet: F3, 00 and 74. RGB value is (243,0,116). Sum of RGB (Red+Green+Blue) = 243+0+116=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F30074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30074 is #0CFF8B. Grayscale: #555555. Windows color (decimal): -851852 or 7602419. OLE color: 7602419.
HSL color Cylindrical-coordinate representation of color #F30074: hue angle of 331.36º 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 #F30074 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.52 | 0.05 |
| HSL | 331.36º | 1% | 0.48% | - |
| HSV(B) | 331.36º | 1% | 0.95% | - |
| XYZ | 40.11 | 20.32 | 18.33 | - |
| YUV | 85.88 | 145.01 | 240.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 116 | 0 | 1 | 0.52 | 0.05 | 331.36 | 1 | 0.48 |
| Hex | F3 | 0 | 74 | 0 | 64 | 34 | 5 | 14B | 64 | 30 |
| Octal | 363 | 0 | 164 | 0 | 144 | 64 | 5 | 513 | 144 | 60 |
| Binary | 11110011 | 0 | 1110100 | 0 | 1100100 | 110100 | 101 | 101001011 | 1100100 | 110000 |
Color Harmonies of #F30074
Complementary color
Monochromatic Colors of #F30074
Black with #F30074
Text Example
Text Example
White with #F30074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30074; }
p { color: rgb(243,0,116); }
H1.HeaderClassName
{
color: #F30074;
}
.AnyTagClassName
{
color: #F30074;
}
</style>
background-color css
<style>
a { background-color: #F30074; }
a { background-color: rgb(243,0,116); }
div.DivClassName
{
background-color: #F30074;
}
.BgClassName
{
background-color: #F30074;
}
</style>
border-color css
<style>
span { border-color: #F30074; }
span { border-color: rgb(243,0,116); }
td.TdClassName
{
border-color: #F30074;
}
.TagClassName
{
border-color: #F30074;
}
</style>