Shades of Razzle Dazzle Rose #FD4ADB
Tints of Razzle Dazzle Rose #FD4ADB
RGB
CMYK
RGB Variations
Color information
#FD4ADB (or 0xFD4ADB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4A and DB. RGB value is (253,74,219). Sum of RGB (Red+Green+Blue) = 253+74+219=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 74 (29.30% from 255 or 13.55% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4ADB is #02B524. Grayscale: #8F8F8F. Windows color (decimal): -177445 or 14371581. OLE color: 14371581.
HSL color Cylindrical-coordinate representation of color #FD4ADB: hue angle of 311.4º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4ADB is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 74 | 219 | - |
CMYK | 0 | 0.71 | 0.13 | 0.01 |
HSL | 311.4º | 0.98% | 0.64% | - |
HSV(B) | 311.4º | 0.71% | 0.99% | - |
XYZ | 55.74 | 30.89 | 70.04 | - |
YUV | 144.05 | 170.3 | 205.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 74 | 219 | 0 | 0.71 | 0.13 | 0.01 | 311.4 | 0.98 | 0.64 |
Hex | FD | 4A | DB | 0 | 47 | D | 1 | 137 | 62 | 40 |
Octal | 375 | 112 | 333 | 0 | 107 | 15 | 1 | 467 | 142 | 100 |
Binary | 11111101 | 1001010 | 11011011 | 0 | 1000111 | 1101 | 1 | 100110111 | 1100010 | 1000000 |
Color Harmonies of #FD4ADB
Complementary color
Monochromatic Colors of #FD4ADB
Black with #FD4ADB
Text Example
Text Example
White with #FD4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4ADB; }
p { color: rgb(253,74,219); }
H1.HeaderClassName
{
color: #FD4ADB;
}
.AnyTagClassName
{
color: #FD4ADB;
}
</style>
background-color css
<style>
a { background-color: #FD4ADB; }
a { background-color: rgb(253,74,219); }
div.DivClassName
{
background-color: #FD4ADB;
}
.BgClassName
{
background-color: #FD4ADB;
}
</style>
border-color css
<style>
span { border-color: #FD4ADB; }
span { border-color: rgb(253,74,219); }
td.TdClassName
{
border-color: #FD4ADB;
}
.TagClassName
{
border-color: #FD4ADB;
}
</style>