Shades of Razzmatazz #F0026B
Tints of Razzmatazz #F0026B
RGB
CMYK
RGB Variations
Color information
#F0026B (or 0xF0026B) is known color: Razzmatazz. HEX triplet: F0, 02 and 6B. RGB value is (240,2,107). Sum of RGB (Red+Green+Blue) = 240+2+107=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0026B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0026B is #0FFD94. Grayscale: #545454. Windows color (decimal): -1047957 or 7013104. OLE color: 7013104.
HSL color Cylindrical-coordinate representation of color #F0026B: hue angle of 333.53º 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 #F0026B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.06 |
| HSL | 333.53º | 0.98% | 0.47% | - |
| HSV(B) | 333.53º | 0.99% | 0.94% | - |
| XYZ | 38.61 | 19.63 | 15.66 | - |
| YUV | 85.13 | 140.35 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 107 | 0 | 0.99 | 0.55 | 0.06 | 333.53 | 0.98 | 0.47 |
| Hex | F0 | 2 | 6B | 0 | 63 | 37 | 6 | 14E | 62 | 2F |
| Octal | 360 | 2 | 153 | 0 | 143 | 67 | 6 | 516 | 142 | 57 |
| Binary | 11110000 | 10 | 1101011 | 0 | 1100011 | 110111 | 110 | 101001110 | 1100010 | 101111 |
Color Harmonies of #F0026B
Complementary color
Monochromatic Colors of #F0026B
Black with #F0026B
Text Example
Text Example
White with #F0026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0026B; }
p { color: rgb(240,2,107); }
H1.HeaderClassName
{
color: #F0026B;
}
.AnyTagClassName
{
color: #F0026B;
}
</style>
background-color css
<style>
a { background-color: #F0026B; }
a { background-color: rgb(240,2,107); }
div.DivClassName
{
background-color: #F0026B;
}
.BgClassName
{
background-color: #F0026B;
}
</style>
border-color css
<style>
span { border-color: #F0026B; }
span { border-color: rgb(240,2,107); }
td.TdClassName
{
border-color: #F0026B;
}
.TagClassName
{
border-color: #F0026B;
}
</style>