Shades of Razzle Dazzle Rose #FD2CE6
Tints of Razzle Dazzle Rose #FD2CE6
RGB
CMYK
RGB Variations
Color information
#FD2CE6 (or 0xFD2CE6) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and E6. RGB value is (253,44,230). Sum of RGB (Red+Green+Blue) = 253+44+230=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 44 (17.58% from 255 or 8.35% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2CE6 is #02D319. Grayscale: #7F7F7F. Windows color (decimal): -185114 or 15084797. OLE color: 15084797.
HSL color Cylindrical-coordinate representation of color #FD2CE6: hue angle of 306.6º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2CE6 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 230 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.01 |
| HSL | 306.6º | 0.98% | 0.58% | - |
| HSV(B) | 306.6º | 0.83% | 0.99% | - |
| XYZ | 55.69 | 28.4 | 77.41 | - |
| YUV | 127.7 | 185.74 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 230 | 0 | 0.83 | 0.09 | 0.01 | 306.6 | 0.98 | 0.58 |
| Hex | FD | 2C | E6 | 0 | 53 | 9 | 1 | 133 | 62 | 3A |
| Octal | 375 | 54 | 346 | 0 | 123 | 11 | 1 | 463 | 142 | 72 |
| Binary | 11111101 | 101100 | 11100110 | 0 | 1010011 | 1001 | 1 | 100110011 | 1100010 | 111010 |
Color Harmonies of #FD2CE6
Complementary color
Monochromatic Colors of #FD2CE6
Black with #FD2CE6
Text Example
Text Example
White with #FD2CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2CE6; }
p { color: rgb(253,44,230); }
H1.HeaderClassName
{
color: #FD2CE6;
}
.AnyTagClassName
{
color: #FD2CE6;
}
</style>
background-color css
<style>
a { background-color: #FD2CE6; }
a { background-color: rgb(253,44,230); }
div.DivClassName
{
background-color: #FD2CE6;
}
.BgClassName
{
background-color: #FD2CE6;
}
</style>
border-color css
<style>
span { border-color: #FD2CE6; }
span { border-color: rgb(253,44,230); }
td.TdClassName
{
border-color: #FD2CE6;
}
.TagClassName
{
border-color: #FD2CE6;
}
</style>