Shades of Razzle Dazzle Rose #FD4ACE
Tints of Razzle Dazzle Rose #FD4ACE
RGB
CMYK
RGB Variations
Color information
#FD4ACE (or 0xFD4ACE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4A and CE. RGB value is (253,74,206). Sum of RGB (Red+Green+Blue) = 253+74+206=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 74 (29.30% from 255 or 13.88% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4ACE is #02B531. Grayscale: #8E8E8E. Windows color (decimal): -177458 or 13519613. OLE color: 13519613.
HSL color Cylindrical-coordinate representation of color #FD4ACE: hue angle of 315.75º 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 #FD4ACE is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 74 | 206 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.01 |
| HSL | 315.75º | 0.98% | 0.64% | - |
| HSV(B) | 315.75º | 0.71% | 0.99% | - |
| XYZ | 54.1 | 30.24 | 61.38 | - |
| YUV | 142.57 | 163.8 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 74 | 206 | 0 | 0.71 | 0.19 | 0.01 | 315.75 | 0.98 | 0.64 |
| Hex | FD | 4A | CE | 0 | 47 | 13 | 1 | 13C | 62 | 40 |
| Octal | 375 | 112 | 316 | 0 | 107 | 23 | 1 | 474 | 142 | 100 |
| Binary | 11111101 | 1001010 | 11001110 | 0 | 1000111 | 10011 | 1 | 100111100 | 1100010 | 1000000 |
Color Harmonies of #FD4ACE
Complementary color
Monochromatic Colors of #FD4ACE
Black with #FD4ACE
Text Example
Text Example
White with #FD4ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4ACE; }
p { color: rgb(253,74,206); }
H1.HeaderClassName
{
color: #FD4ACE;
}
.AnyTagClassName
{
color: #FD4ACE;
}
</style>
background-color css
<style>
a { background-color: #FD4ACE; }
a { background-color: rgb(253,74,206); }
div.DivClassName
{
background-color: #FD4ACE;
}
.BgClassName
{
background-color: #FD4ACE;
}
</style>
border-color css
<style>
span { border-color: #FD4ACE; }
span { border-color: rgb(253,74,206); }
td.TdClassName
{
border-color: #FD4ACE;
}
.TagClassName
{
border-color: #FD4ACE;
}
</style>