Shades of Razzmatazz #FF0D6F
Tints of Razzmatazz #FF0D6F
RGB
CMYK
RGB Variations
Color information
#FF0D6F (or 0xFF0D6F) is known color: Razzmatazz. HEX triplet: FF, 0D and 6F. RGB value is (255,13,111). Sum of RGB (Red+Green+Blue) = 255+13+111=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D6F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0D6F is #00F290. Grayscale: #606060. Windows color (decimal): -62097 or 7278079. OLE color: 7278079.
HSL color Cylindrical-coordinate representation of color #FF0D6F: hue angle of 335.7º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0D6F is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 111 | - |
| CMYK | 0 | 0.95 | 0.56 | 0 |
| HSL | 335.7º | 1% | 0.53% | - |
| HSV(B) | 335.7º | 0.95% | 1% | - |
| XYZ | 44.25 | 22.7 | 17.09 | - |
| YUV | 96.53 | 136.17 | 241.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 111 | 0 | 0.95 | 0.56 | 0 | 335.7 | 1 | 0.53 |
| Hex | FF | D | 6F | 0 | 5F | 38 | 0 | 150 | 64 | 35 |
| Octal | 377 | 15 | 157 | 0 | 137 | 70 | 0 | 520 | 144 | 65 |
| Binary | 11111111 | 1101 | 1101111 | 0 | 1011111 | 111000 | 0 | 101010000 | 1100100 | 110101 |
Color Harmonies of #FF0D6F
Complementary color
Monochromatic Colors of #FF0D6F
Black with #FF0D6F
Text Example
Text Example
White with #FF0D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D6F; }
p { color: rgb(255,13,111); }
H1.HeaderClassName
{
color: #FF0D6F;
}
.AnyTagClassName
{
color: #FF0D6F;
}
</style>
background-color css
<style>
a { background-color: #FF0D6F; }
a { background-color: rgb(255,13,111); }
div.DivClassName
{
background-color: #FF0D6F;
}
.BgClassName
{
background-color: #FF0D6F;
}
</style>
border-color css
<style>
span { border-color: #FF0D6F; }
span { border-color: rgb(255,13,111); }
td.TdClassName
{
border-color: #FF0D6F;
}
.TagClassName
{
border-color: #FF0D6F;
}
</style>