Shades of Razzmatazz #FF1369
Tints of Razzmatazz #FF1369
RGB
CMYK
RGB Variations
Color information
#FF1369 (or 0xFF1369) is known color: Razzmatazz. HEX triplet: FF, 13 and 69. RGB value is (255,19,105). Sum of RGB (Red+Green+Blue) = 255+19+105=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1369 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1369 is #00EC96. Grayscale: #636363. Windows color (decimal): -60567 or 6886399. OLE color: 6886399.
HSL color Cylindrical-coordinate representation of color #FF1369: hue angle of 338.14º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1369 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 105 | - |
| CMYK | 0 | 0.93 | 0.59 | 0 |
| HSL | 338.14º | 1% | 0.54% | - |
| HSV(B) | 338.14º | 0.93% | 1% | - |
| XYZ | 44.02 | 22.75 | 15.43 | - |
| YUV | 99.37 | 131.19 | 239.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 105 | 0 | 0.93 | 0.59 | 0 | 338.14 | 1 | 0.54 |
| Hex | FF | 13 | 69 | 0 | 5D | 3B | 0 | 152 | 64 | 36 |
| Octal | 377 | 23 | 151 | 0 | 135 | 73 | 0 | 522 | 144 | 66 |
| Binary | 11111111 | 10011 | 1101001 | 0 | 1011101 | 111011 | 0 | 101010010 | 1100100 | 110110 |
Color Harmonies of #FF1369
Complementary color
Monochromatic Colors of #FF1369
Black with #FF1369
Text Example
Text Example
White with #FF1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1369; }
p { color: rgb(255,19,105); }
H1.HeaderClassName
{
color: #FF1369;
}
.AnyTagClassName
{
color: #FF1369;
}
</style>
background-color css
<style>
a { background-color: #FF1369; }
a { background-color: rgb(255,19,105); }
div.DivClassName
{
background-color: #FF1369;
}
.BgClassName
{
background-color: #FF1369;
}
</style>
border-color css
<style>
span { border-color: #FF1369; }
span { border-color: rgb(255,19,105); }
td.TdClassName
{
border-color: #FF1369;
}
.TagClassName
{
border-color: #FF1369;
}
</style>