Shades of Razzle Dazzle Rose #FF1ADB
Tints of Razzle Dazzle Rose #FF1ADB
RGB
CMYK
RGB Variations
Color information
#FF1ADB (or 0xFF1ADB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1A and DB. RGB value is (255,26,219). Sum of RGB (Red+Green+Blue) = 255+26+219=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 26 (10.55% from 255 or 5.2% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1ADB is #00E524. Grayscale: #737373. Windows color (decimal): -58661 or 14359295. OLE color: 14359295.
HSL color Cylindrical-coordinate representation of color #FF1ADB: hue angle of 309.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1ADB is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 219 | - |
| CMYK | 0 | 0.90 | 0.14 | 0 |
| HSL | 309.43º | 1% | 0.55% | - |
| HSV(B) | 309.43º | 0.9% | 1% | - |
| XYZ | 54.4 | 27.11 | 69.38 | - |
| YUV | 116.47 | 185.87 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 219 | 0 | 0.90 | 0.14 | 0 | 309.43 | 1 | 0.55 |
| Hex | FF | 1A | DB | 0 | 5A | E | 0 | 135 | 64 | 37 |
| Octal | 377 | 32 | 333 | 0 | 132 | 16 | 0 | 465 | 144 | 67 |
| Binary | 11111111 | 11010 | 11011011 | 0 | 1011010 | 1110 | 0 | 100110101 | 1100100 | 110111 |
Color Harmonies of #FF1ADB
Complementary color
Monochromatic Colors of #FF1ADB
Black with #FF1ADB
Text Example
Text Example
White with #FF1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1ADB; }
p { color: rgb(255,26,219); }
H1.HeaderClassName
{
color: #FF1ADB;
}
.AnyTagClassName
{
color: #FF1ADB;
}
</style>
background-color css
<style>
a { background-color: #FF1ADB; }
a { background-color: rgb(255,26,219); }
div.DivClassName
{
background-color: #FF1ADB;
}
.BgClassName
{
background-color: #FF1ADB;
}
</style>
border-color css
<style>
span { border-color: #FF1ADB; }
span { border-color: rgb(255,26,219); }
td.TdClassName
{
border-color: #FF1ADB;
}
.TagClassName
{
border-color: #FF1ADB;
}
</style>