Shades of Razzmatazz #F0026D
Tints of Razzmatazz #F0026D
RGB
CMYK
RGB Variations
Color information
#F0026D (or 0xF0026D) is known color: Razzmatazz. HEX triplet: F0, 02 and 6D. RGB value is (240,2,109). Sum of RGB (Red+Green+Blue) = 240+2+109=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0026D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0026D is #0FFD92. Grayscale: #555555. Windows color (decimal): -1047955 or 7144176. OLE color: 7144176.
HSL color Cylindrical-coordinate representation of color #F0026D: hue angle of 333.03º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0026D is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.06 |
| HSL | 333.03º | 0.98% | 0.47% | - |
| HSV(B) | 333.03º | 0.99% | 0.94% | - |
| XYZ | 38.72 | 19.67 | 16.22 | - |
| YUV | 85.36 | 141.35 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 109 | 0 | 0.99 | 0.55 | 0.06 | 333.03 | 0.98 | 0.47 |
| Hex | F0 | 2 | 6D | 0 | 63 | 37 | 6 | 14D | 62 | 2F |
| Octal | 360 | 2 | 155 | 0 | 143 | 67 | 6 | 515 | 142 | 57 |
| Binary | 11110000 | 10 | 1101101 | 0 | 1100011 | 110111 | 110 | 101001101 | 1100010 | 101111 |
Color Harmonies of #F0026D
Complementary color
Monochromatic Colors of #F0026D
Black with #F0026D
Text Example
Text Example
White with #F0026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0026D; }
p { color: rgb(240,2,109); }
H1.HeaderClassName
{
color: #F0026D;
}
.AnyTagClassName
{
color: #F0026D;
}
</style>
background-color css
<style>
a { background-color: #F0026D; }
a { background-color: rgb(240,2,109); }
div.DivClassName
{
background-color: #F0026D;
}
.BgClassName
{
background-color: #F0026D;
}
</style>
border-color css
<style>
span { border-color: #F0026D; }
span { border-color: rgb(240,2,109); }
td.TdClassName
{
border-color: #F0026D;
}
.TagClassName
{
border-color: #F0026D;
}
</style>