Shades of Razzle Dazzle Rose #FD30C0
Tints of Razzle Dazzle Rose #FD30C0
RGB
CMYK
RGB Variations
Color information
#FD30C0 (or 0xFD30C0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and C0. RGB value is (253,48,192). Sum of RGB (Red+Green+Blue) = 253+48+192=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30C0 is #02CF3F. Grayscale: #7D7D7D. Windows color (decimal): -184128 or 12595453. OLE color: 12595453.
HSL color Cylindrical-coordinate representation of color #FD30C0: hue angle of 317.85º 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 #FD30C0 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 192 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.01 |
| HSL | 317.85º | 0.98% | 0.59% | - |
| HSV(B) | 317.85º | 0.81% | 0.99% | - |
| XYZ | 51.08 | 26.8 | 52.35 | - |
| YUV | 125.71 | 165.42 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 192 | 0 | 0.81 | 0.24 | 0.01 | 317.85 | 0.98 | 0.59 |
| Hex | FD | 30 | C0 | 0 | 51 | 18 | 1 | 13E | 62 | 3B |
| Octal | 375 | 60 | 300 | 0 | 121 | 30 | 1 | 476 | 142 | 73 |
| Binary | 11111101 | 110000 | 11000000 | 0 | 1010001 | 11000 | 1 | 100111110 | 1100010 | 111011 |
Color Harmonies of #FD30C0
Complementary color
Monochromatic Colors of #FD30C0
Black with #FD30C0
Text Example
Text Example
White with #FD30C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD30C0; }
p { color: rgb(253,48,192); }
H1.HeaderClassName
{
color: #FD30C0;
}
.AnyTagClassName
{
color: #FD30C0;
}
</style>
background-color css
<style>
a { background-color: #FD30C0; }
a { background-color: rgb(253,48,192); }
div.DivClassName
{
background-color: #FD30C0;
}
.BgClassName
{
background-color: #FD30C0;
}
</style>
border-color css
<style>
span { border-color: #FD30C0; }
span { border-color: rgb(253,48,192); }
td.TdClassName
{
border-color: #FD30C0;
}
.TagClassName
{
border-color: #FD30C0;
}
</style>