Shades of Razzle Dazzle Rose #FD30F0
Tints of Razzle Dazzle Rose #FD30F0
RGB
CMYK
RGB Variations
Color information
#FD30F0 (or 0xFD30F0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 30 and F0. RGB value is (253,48,240). Sum of RGB (Red+Green+Blue) = 253+48+240=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 48 (19.14% from 255 or 8.87% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD30F0 is #02CF0F. Grayscale: #828282. Windows color (decimal): -184080 or 15741181. OLE color: 15741181.
HSL color Cylindrical-coordinate representation of color #FD30F0: hue angle of 303.8º 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 #FD30F0 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 240 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.01 |
| HSL | 303.8º | 0.98% | 0.59% | - |
| HSV(B) | 303.8º | 0.81% | 0.99% | - |
| XYZ | 57.29 | 29.29 | 85.07 | - |
| YUV | 131.18 | 189.42 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 240 | 0 | 0.81 | 0.05 | 0.01 | 303.8 | 0.98 | 0.59 |
| Hex | FD | 30 | F0 | 0 | 51 | 5 | 1 | 130 | 62 | 3B |
| Octal | 375 | 60 | 360 | 0 | 121 | 5 | 1 | 460 | 142 | 73 |
| Binary | 11111101 | 110000 | 11110000 | 0 | 1010001 | 101 | 1 | 100110000 | 1100010 | 111011 |
Color Harmonies of #FD30F0
Complementary color
Monochromatic Colors of #FD30F0
Black with #FD30F0
Text Example
Text Example
White with #FD30F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD30F0; }
p { color: rgb(253,48,240); }
H1.HeaderClassName
{
color: #FD30F0;
}
.AnyTagClassName
{
color: #FD30F0;
}
</style>
background-color css
<style>
a { background-color: #FD30F0; }
a { background-color: rgb(253,48,240); }
div.DivClassName
{
background-color: #FD30F0;
}
.BgClassName
{
background-color: #FD30F0;
}
</style>
border-color css
<style>
span { border-color: #FD30F0; }
span { border-color: rgb(253,48,240); }
td.TdClassName
{
border-color: #FD30F0;
}
.TagClassName
{
border-color: #FD30F0;
}
</style>