Shades of Razzle Dazzle Rose #FE30D9
Tints of Razzle Dazzle Rose #FE30D9
RGB
CMYK
RGB Variations
Color information
#FE30D9 (or 0xFE30D9) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and D9. RGB value is (254,48,217). Sum of RGB (Red+Green+Blue) = 254+48+217=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 48 (19.14% from 255 or 9.25% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30D9 is #01CF26. Grayscale: #808080. Windows color (decimal): -118567 or 14233854. OLE color: 14233854.
HSL color Cylindrical-coordinate representation of color #FE30D9: hue angle of 310.78º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE30D9 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 217 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.00 |
| HSL | 310.78º | 0.99% | 0.59% | - |
| HSV(B) | 310.78º | 0.81% | 1% | - |
| XYZ | 54.45 | 28.19 | 68.22 | - |
| YUV | 128.86 | 177.75 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 217 | 0 | 0.81 | 0.15 | 0.00 | 310.78 | 0.99 | 0.59 |
| Hex | FE | 30 | D9 | 0 | 51 | F | 0 | 137 | 63 | 3B |
| Octal | 376 | 60 | 331 | 0 | 121 | 17 | 0 | 467 | 143 | 73 |
| Binary | 11111110 | 110000 | 11011001 | 0 | 1010001 | 1111 | 0 | 100110111 | 1100011 | 111011 |
Color Harmonies of #FE30D9
Complementary color
Monochromatic Colors of #FE30D9
Black with #FE30D9
Text Example
Text Example
White with #FE30D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE30D9; }
p { color: rgb(254,48,217); }
H1.HeaderClassName
{
color: #FE30D9;
}
.AnyTagClassName
{
color: #FE30D9;
}
</style>
background-color css
<style>
a { background-color: #FE30D9; }
a { background-color: rgb(254,48,217); }
div.DivClassName
{
background-color: #FE30D9;
}
.BgClassName
{
background-color: #FE30D9;
}
</style>
border-color css
<style>
span { border-color: #FE30D9; }
span { border-color: rgb(254,48,217); }
td.TdClassName
{
border-color: #FE30D9;
}
.TagClassName
{
border-color: #FE30D9;
}
</style>