Shades of Razzle Dazzle Rose #FD39E0
Tints of Razzle Dazzle Rose #FD39E0
RGB
CMYK
RGB Variations
Color information
#FD39E0 (or 0xFD39E0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 39 and E0. RGB value is (253,57,224). Sum of RGB (Red+Green+Blue) = 253+57+224=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 57 (22.66% from 255 or 10.67% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD39E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD39E0 is #02C61F. Grayscale: #868686. Windows color (decimal): -181792 or 14694909. OLE color: 14694909.
HSL color Cylindrical-coordinate representation of color #FD39E0: hue angle of 308.88º 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 #FD39E0 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 57 | 224 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.01 |
| HSL | 308.88º | 0.98% | 0.61% | - |
| HSV(B) | 308.88º | 0.77% | 0.99% | - |
| XYZ | 55.43 | 29.19 | 73.23 | - |
| YUV | 134.64 | 178.43 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 57 | 224 | 0 | 0.77 | 0.11 | 0.01 | 308.88 | 0.98 | 0.61 |
| Hex | FD | 39 | E0 | 0 | 4D | B | 1 | 135 | 62 | 3D |
| Octal | 375 | 71 | 340 | 0 | 115 | 13 | 1 | 465 | 142 | 75 |
| Binary | 11111101 | 111001 | 11100000 | 0 | 1001101 | 1011 | 1 | 100110101 | 1100010 | 111101 |
Color Harmonies of #FD39E0
Complementary color
Monochromatic Colors of #FD39E0
Black with #FD39E0
Text Example
Text Example
White with #FD39E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD39E0; }
p { color: rgb(253,57,224); }
H1.HeaderClassName
{
color: #FD39E0;
}
.AnyTagClassName
{
color: #FD39E0;
}
</style>
background-color css
<style>
a { background-color: #FD39E0; }
a { background-color: rgb(253,57,224); }
div.DivClassName
{
background-color: #FD39E0;
}
.BgClassName
{
background-color: #FD39E0;
}
</style>
border-color css
<style>
span { border-color: #FD39E0; }
span { border-color: rgb(253,57,224); }
td.TdClassName
{
border-color: #FD39E0;
}
.TagClassName
{
border-color: #FD39E0;
}
</style>