Shades of Razzle Dazzle Rose #FD3ACE
Tints of Razzle Dazzle Rose #FD3ACE
RGB
CMYK
RGB Variations
Color information
#FD3ACE (or 0xFD3ACE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3A and CE. RGB value is (253,58,206). Sum of RGB (Red+Green+Blue) = 253+58+206=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3ACE is #02C531. Grayscale: #848484. Windows color (decimal): -181554 or 13515517. OLE color: 13515517.
HSL color Cylindrical-coordinate representation of color #FD3ACE: hue angle of 314.46º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3ACE is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 206 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.01 |
| HSL | 314.46º | 0.98% | 0.61% | - |
| HSV(B) | 314.46º | 0.77% | 0.99% | - |
| XYZ | 53.16 | 28.36 | 61.07 | - |
| YUV | 133.18 | 169.1 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 206 | 0 | 0.77 | 0.19 | 0.01 | 314.46 | 0.98 | 0.61 |
| Hex | FD | 3A | CE | 0 | 4D | 13 | 1 | 13A | 62 | 3D |
| Octal | 375 | 72 | 316 | 0 | 115 | 23 | 1 | 472 | 142 | 75 |
| Binary | 11111101 | 111010 | 11001110 | 0 | 1001101 | 10011 | 1 | 100111010 | 1100010 | 111101 |
Color Harmonies of #FD3ACE
Complementary color
Monochromatic Colors of #FD3ACE
Black with #FD3ACE
Text Example
Text Example
White with #FD3ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3ACE; }
p { color: rgb(253,58,206); }
H1.HeaderClassName
{
color: #FD3ACE;
}
.AnyTagClassName
{
color: #FD3ACE;
}
</style>
background-color css
<style>
a { background-color: #FD3ACE; }
a { background-color: rgb(253,58,206); }
div.DivClassName
{
background-color: #FD3ACE;
}
.BgClassName
{
background-color: #FD3ACE;
}
</style>
border-color css
<style>
span { border-color: #FD3ACE; }
span { border-color: rgb(253,58,206); }
td.TdClassName
{
border-color: #FD3ACE;
}
.TagClassName
{
border-color: #FD3ACE;
}
</style>