Shades of Razzmatazz #FF1469
Tints of Razzmatazz #FF1469
RGB
CMYK
RGB Variations
Color information
#FF1469 (or 0xFF1469) is known color: Razzmatazz. HEX triplet: FF, 14 and 69. RGB value is (255,20,105). Sum of RGB (Red+Green+Blue) = 255+20+105=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 20 (8.20% from 255 or 5.26% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1469 is #00EB96. Grayscale: #636363. Windows color (decimal): -60311 or 6886655. OLE color: 6886655.
HSL color Cylindrical-coordinate representation of color #FF1469: hue angle of 338.3º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1469 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 105 | - |
| CMYK | 0 | 0.92 | 0.59 | 0 |
| HSL | 338.3º | 1% | 0.54% | - |
| HSV(B) | 338.3º | 0.92% | 1% | - |
| XYZ | 44.04 | 22.78 | 15.44 | - |
| YUV | 99.96 | 130.86 | 238.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 105 | 0 | 0.92 | 0.59 | 0 | 338.3 | 1 | 0.54 |
| Hex | FF | 14 | 69 | 0 | 5C | 3B | 0 | 152 | 64 | 36 |
| Octal | 377 | 24 | 151 | 0 | 134 | 73 | 0 | 522 | 144 | 66 |
| Binary | 11111111 | 10100 | 1101001 | 0 | 1011100 | 111011 | 0 | 101010010 | 1100100 | 110110 |
Color Harmonies of #FF1469
Complementary color
Monochromatic Colors of #FF1469
Black with #FF1469
Text Example
Text Example
White with #FF1469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1469; }
p { color: rgb(255,20,105); }
H1.HeaderClassName
{
color: #FF1469;
}
.AnyTagClassName
{
color: #FF1469;
}
</style>
background-color css
<style>
a { background-color: #FF1469; }
a { background-color: rgb(255,20,105); }
div.DivClassName
{
background-color: #FF1469;
}
.BgClassName
{
background-color: #FF1469;
}
</style>
border-color css
<style>
span { border-color: #FF1469; }
span { border-color: rgb(255,20,105); }
td.TdClassName
{
border-color: #FF1469;
}
.TagClassName
{
border-color: #FF1469;
}
</style>