Shades of Razzmatazz #F0065A
Tints of Razzmatazz #F0065A
RGB
CMYK
RGB Variations
Color information
#F0065A (or 0xF0065A) is known color: Razzmatazz. HEX triplet: F0, 06 and 5A. RGB value is (240,6,90). Sum of RGB (Red+Green+Blue) = 240+6+90=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F0065A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0065A is #0FF9A5. Grayscale: #555555. Windows color (decimal): -1046950 or 5900016. OLE color: 5900016.
HSL color Cylindrical-coordinate representation of color #F0065A: hue angle of 338.46º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0065A is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 90 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.06 |
| HSL | 338.46º | 0.95% | 0.48% | - |
| HSV(B) | 338.46º | 0.98% | 0.94% | - |
| XYZ | 37.85 | 19.39 | 11.42 | - |
| YUV | 85.54 | 130.52 | 238.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 90 | 0 | 0.98 | 0.62 | 0.06 | 338.46 | 0.95 | 0.48 |
| Hex | F0 | 6 | 5A | 0 | 62 | 3E | 6 | 152 | 5F | 30 |
| Octal | 360 | 6 | 132 | 0 | 142 | 76 | 6 | 522 | 137 | 60 |
| Binary | 11110000 | 110 | 1011010 | 0 | 1100010 | 111110 | 110 | 101010010 | 1011111 | 110000 |
Color Harmonies of #F0065A
Complementary color
Monochromatic Colors of #F0065A
Black with #F0065A
Text Example
Text Example
White with #F0065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0065A; }
p { color: rgb(240,6,90); }
H1.HeaderClassName
{
color: #F0065A;
}
.AnyTagClassName
{
color: #F0065A;
}
</style>
background-color css
<style>
a { background-color: #F0065A; }
a { background-color: rgb(240,6,90); }
div.DivClassName
{
background-color: #F0065A;
}
.BgClassName
{
background-color: #F0065A;
}
</style>
border-color css
<style>
span { border-color: #F0065A; }
span { border-color: rgb(240,6,90); }
td.TdClassName
{
border-color: #F0065A;
}
.TagClassName
{
border-color: #F0065A;
}
</style>