Shades of Razzle Dazzle Rose #FD30C8
Tints of Razzle Dazzle Rose #FD30C8
RGB
CMYK
RGB Variations
Color information
#FD30C8 (or 0xFD30C8) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and C8. RGB value is (253,48,200). Sum of RGB (Red+Green+Blue) = 253+48+200=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD30C8 is #02CF37. Grayscale: #7E7E7E. Windows color (decimal): -184120 or 13119741. OLE color: 13119741.
HSL color Cylindrical-coordinate representation of color #FD30C8: hue angle of 315.51º 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 #FD30C8 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 200 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.01 |
| HSL | 315.51º | 0.98% | 0.59% | - |
| HSV(B) | 315.51º | 0.81% | 0.99% | - |
| XYZ | 51.99 | 27.17 | 57.15 | - |
| YUV | 126.62 | 169.42 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 200 | 0 | 0.81 | 0.21 | 0.01 | 315.51 | 0.98 | 0.59 |
| Hex | FD | 30 | C8 | 0 | 51 | 15 | 1 | 13C | 62 | 3B |
| Octal | 375 | 60 | 310 | 0 | 121 | 25 | 1 | 474 | 142 | 73 |
| Binary | 11111101 | 110000 | 11001000 | 0 | 1010001 | 10101 | 1 | 100111100 | 1100010 | 111011 |
Color Harmonies of #FD30C8
Complementary color
Monochromatic Colors of #FD30C8
Black with #FD30C8
Text Example
Text Example
White with #FD30C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD30C8; }
p { color: rgb(253,48,200); }
H1.HeaderClassName
{
color: #FD30C8;
}
.AnyTagClassName
{
color: #FD30C8;
}
</style>
background-color css
<style>
a { background-color: #FD30C8; }
a { background-color: rgb(253,48,200); }
div.DivClassName
{
background-color: #FD30C8;
}
.BgClassName
{
background-color: #FD30C8;
}
</style>
border-color css
<style>
span { border-color: #FD30C8; }
span { border-color: rgb(253,48,200); }
td.TdClassName
{
border-color: #FD30C8;
}
.TagClassName
{
border-color: #FD30C8;
}
</style>