Shades of Razzle Dazzle Rose #FD30CE
Tints of Razzle Dazzle Rose #FD30CE
RGB
CMYK
RGB Variations
Color information
#FD30CE (or 0xFD30CE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and CE. RGB value is (253,48,206). Sum of RGB (Red+Green+Blue) = 253+48+206=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30CE is #02CF31. Grayscale: #7E7E7E. Windows color (decimal): -184114 or 13512957. OLE color: 13512957.
HSL color Cylindrical-coordinate representation of color #FD30CE: hue angle of 313.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD30CE is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 206 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.01 |
| HSL | 313.76º | 0.98% | 0.59% | - |
| HSV(B) | 313.76º | 0.81% | 0.99% | - |
| XYZ | 52.71 | 27.45 | 60.91 | - |
| YUV | 127.31 | 172.42 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 206 | 0 | 0.81 | 0.19 | 0.01 | 313.76 | 0.98 | 0.59 |
| Hex | FD | 30 | CE | 0 | 51 | 13 | 1 | 13A | 62 | 3B |
| Octal | 375 | 60 | 316 | 0 | 121 | 23 | 1 | 472 | 142 | 73 |
| Binary | 11111101 | 110000 | 11001110 | 0 | 1010001 | 10011 | 1 | 100111010 | 1100010 | 111011 |
Color Harmonies of #FD30CE
Complementary color
Monochromatic Colors of #FD30CE
Black with #FD30CE
Text Example
Text Example
White with #FD30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD30CE; }
p { color: rgb(253,48,206); }
H1.HeaderClassName
{
color: #FD30CE;
}
.AnyTagClassName
{
color: #FD30CE;
}
</style>
background-color css
<style>
a { background-color: #FD30CE; }
a { background-color: rgb(253,48,206); }
div.DivClassName
{
background-color: #FD30CE;
}
.BgClassName
{
background-color: #FD30CE;
}
</style>
border-color css
<style>
span { border-color: #FD30CE; }
span { border-color: rgb(253,48,206); }
td.TdClassName
{
border-color: #FD30CE;
}
.TagClassName
{
border-color: #FD30CE;
}
</style>