Shades of Razzmatazz #FF0267
Tints of Razzmatazz #FF0267
RGB
CMYK
RGB Variations
Color information
#FF0267 (or 0xFF0267) is known color: Razzmatazz. HEX triplet: FF, 02 and 67. RGB value is (255,2,103). Sum of RGB (Red+Green+Blue) = 255+2+103=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0267 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0267 is #00FD98. Grayscale: #595959. Windows color (decimal): -64921 or 6750975. OLE color: 6750975.
HSL color Cylindrical-coordinate representation of color #FF0267: hue angle of 336.05º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0267 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.60 | 0 |
| HSL | 336.05º | 1% | 0.5% | - |
| HSV(B) | 336.05º | 0.99% | 1% | - |
| XYZ | 43.71 | 22.28 | 14.83 | - |
| YUV | 89.16 | 135.82 | 246.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 103 | 0 | 0.99 | 0.60 | 0 | 336.05 | 1 | 0.5 |
| Hex | FF | 2 | 67 | 0 | 63 | 3C | 0 | 150 | 64 | 32 |
| Octal | 377 | 2 | 147 | 0 | 143 | 74 | 0 | 520 | 144 | 62 |
| Binary | 11111111 | 10 | 1100111 | 0 | 1100011 | 111100 | 0 | 101010000 | 1100100 | 110010 |
Color Harmonies of #FF0267
Complementary color
Monochromatic Colors of #FF0267
Black with #FF0267
Text Example
Text Example
White with #FF0267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0267; }
p { color: rgb(255,2,103); }
H1.HeaderClassName
{
color: #FF0267;
}
.AnyTagClassName
{
color: #FF0267;
}
</style>
background-color css
<style>
a { background-color: #FF0267; }
a { background-color: rgb(255,2,103); }
div.DivClassName
{
background-color: #FF0267;
}
.BgClassName
{
background-color: #FF0267;
}
</style>
border-color css
<style>
span { border-color: #FF0267; }
span { border-color: rgb(255,2,103); }
td.TdClassName
{
border-color: #FF0267;
}
.TagClassName
{
border-color: #FF0267;
}
</style>