Shades of Razzle Dazzle Rose #FF4ADB
Tints of Razzle Dazzle Rose #FF4ADB
RGB
CMYK
RGB Variations
Color information
#FF4ADB (or 0xFF4ADB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 4A and DB. RGB value is (255,74,219). Sum of RGB (Red+Green+Blue) = 255+74+219=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 74 (29.30% from 255 or 13.50% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF4ADB is #00B524. Grayscale: #909090. Windows color (decimal): -46373 or 14371583. OLE color: 14371583.
HSL color Cylindrical-coordinate representation of color #FF4ADB: hue angle of 311.93º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4ADB is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 219 | - |
| CMYK | 0 | 0.71 | 0.14 | 0 |
| HSL | 311.93º | 1% | 0.65% | - |
| HSV(B) | 311.93º | 0.71% | 1% | - |
| XYZ | 56.47 | 31.27 | 70.08 | - |
| YUV | 144.65 | 169.97 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 219 | 0 | 0.71 | 0.14 | 0 | 311.93 | 1 | 0.65 |
| Hex | FF | 4A | DB | 0 | 47 | E | 0 | 138 | 64 | 41 |
| Octal | 377 | 112 | 333 | 0 | 107 | 16 | 0 | 470 | 144 | 101 |
| Binary | 11111111 | 1001010 | 11011011 | 0 | 1000111 | 1110 | 0 | 100111000 | 1100100 | 1000001 |
Color Harmonies of #FF4ADB
Complementary color
Monochromatic Colors of #FF4ADB
Black with #FF4ADB
Text Example
Text Example
White with #FF4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4ADB; }
p { color: rgb(255,74,219); }
H1.HeaderClassName
{
color: #FF4ADB;
}
.AnyTagClassName
{
color: #FF4ADB;
}
</style>
background-color css
<style>
a { background-color: #FF4ADB; }
a { background-color: rgb(255,74,219); }
div.DivClassName
{
background-color: #FF4ADB;
}
.BgClassName
{
background-color: #FF4ADB;
}
</style>
border-color css
<style>
span { border-color: #FF4ADB; }
span { border-color: rgb(255,74,219); }
td.TdClassName
{
border-color: #FF4ADB;
}
.TagClassName
{
border-color: #FF4ADB;
}
</style>