Shades of Razzmatazz #F0045D
Tints of Razzmatazz #F0045D
RGB
CMYK
RGB Variations
Color information
#F0045D (or 0xF0045D) is known color: Razzmatazz. HEX triplet: F0, 04 and 5D. RGB value is (240,4,93). Sum of RGB (Red+Green+Blue) = 240+4+93=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F0045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0045D is #0FFBA2. Grayscale: #545454. Windows color (decimal): -1047459 or 6096112. OLE color: 6096112.
HSL color Cylindrical-coordinate representation of color #F0045D: hue angle of 337.37º degrees, saturation: 0.97, 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 #F0045D is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.06 |
| HSL | 337.37º | 0.97% | 0.48% | - |
| HSV(B) | 337.37º | 0.98% | 0.94% | - |
| XYZ | 37.95 | 19.4 | 12.1 | - |
| YUV | 84.71 | 132.69 | 238.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 93 | 0 | 0.98 | 0.61 | 0.06 | 337.37 | 0.97 | 0.48 |
| Hex | F0 | 4 | 5D | 0 | 62 | 3D | 6 | 151 | 61 | 30 |
| Octal | 360 | 4 | 135 | 0 | 142 | 75 | 6 | 521 | 141 | 60 |
| Binary | 11110000 | 100 | 1011101 | 0 | 1100010 | 111101 | 110 | 101010001 | 1100001 | 110000 |
Color Harmonies of #F0045D
Complementary color
Monochromatic Colors of #F0045D
Black with #F0045D
Text Example
Text Example
White with #F0045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0045D; }
p { color: rgb(240,4,93); }
H1.HeaderClassName
{
color: #F0045D;
}
.AnyTagClassName
{
color: #F0045D;
}
</style>
background-color css
<style>
a { background-color: #F0045D; }
a { background-color: rgb(240,4,93); }
div.DivClassName
{
background-color: #F0045D;
}
.BgClassName
{
background-color: #F0045D;
}
</style>
border-color css
<style>
span { border-color: #F0045D; }
span { border-color: rgb(240,4,93); }
td.TdClassName
{
border-color: #F0045D;
}
.TagClassName
{
border-color: #F0045D;
}
</style>