Shades of Razzmatazz #F30374
Tints of Razzmatazz #F30374
RGB
CMYK
RGB Variations
Color information
#F30374 (or 0xF30374) is known color: Razzmatazz. HEX triplet: F3, 03 and 74. RGB value is (243,3,116). Sum of RGB (Red+Green+Blue) = 243+3+116=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F30374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30374 is #0CFC8B. Grayscale: #575757. Windows color (decimal): -851084 or 7603187. OLE color: 7603187.
HSL color Cylindrical-coordinate representation of color #F30374: hue angle of 331.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30374 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 116 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.05 |
| HSL | 331.75º | 0.98% | 0.48% | - |
| HSV(B) | 331.75º | 0.99% | 0.95% | - |
| XYZ | 40.15 | 20.38 | 18.34 | - |
| YUV | 87.64 | 144.01 | 238.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 116 | 0 | 0.99 | 0.52 | 0.05 | 331.75 | 0.98 | 0.48 |
| Hex | F3 | 3 | 74 | 0 | 63 | 34 | 5 | 14C | 62 | 30 |
| Octal | 363 | 3 | 164 | 0 | 143 | 64 | 5 | 514 | 142 | 60 |
| Binary | 11110011 | 11 | 1110100 | 0 | 1100011 | 110100 | 101 | 101001100 | 1100010 | 110000 |
Color Harmonies of #F30374
Complementary color
Monochromatic Colors of #F30374
Black with #F30374
Text Example
Text Example
White with #F30374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30374; }
p { color: rgb(243,3,116); }
H1.HeaderClassName
{
color: #F30374;
}
.AnyTagClassName
{
color: #F30374;
}
</style>
background-color css
<style>
a { background-color: #F30374; }
a { background-color: rgb(243,3,116); }
div.DivClassName
{
background-color: #F30374;
}
.BgClassName
{
background-color: #F30374;
}
</style>
border-color css
<style>
span { border-color: #F30374; }
span { border-color: rgb(243,3,116); }
td.TdClassName
{
border-color: #F30374;
}
.TagClassName
{
border-color: #F30374;
}
</style>