Shades of Razzle Dazzle Rose #FE30D7
Tints of Razzle Dazzle Rose #FE30D7
RGB
CMYK
RGB Variations
Color information
#FE30D7 (or 0xFE30D7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and D7. RGB value is (254,48,215). Sum of RGB (Red+Green+Blue) = 254+48+215=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 48 (19.14% from 255 or 9.28% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30D7 is #01CF28. Grayscale: #808080. Windows color (decimal): -118569 or 14102782. OLE color: 14102782.
HSL color Cylindrical-coordinate representation of color #FE30D7: hue angle of 311.36º 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 #FE30D7 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 215 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.00 |
| HSL | 311.36º | 0.99% | 0.59% | - |
| HSV(B) | 311.36º | 0.81% | 1% | - |
| XYZ | 54.2 | 28.09 | 66.86 | - |
| YUV | 128.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 215 | 0 | 0.81 | 0.15 | 0.00 | 311.36 | 0.99 | 0.59 |
| Hex | FE | 30 | D7 | 0 | 51 | F | 0 | 137 | 63 | 3B |
| Octal | 376 | 60 | 327 | 0 | 121 | 17 | 0 | 467 | 143 | 73 |
| Binary | 11111110 | 110000 | 11010111 | 0 | 1010001 | 1111 | 0 | 100110111 | 1100011 | 111011 |
Color Harmonies of #FE30D7
Complementary color
Monochromatic Colors of #FE30D7
Black with #FE30D7
Text Example
Text Example
White with #FE30D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE30D7; }
p { color: rgb(254,48,215); }
H1.HeaderClassName
{
color: #FE30D7;
}
.AnyTagClassName
{
color: #FE30D7;
}
</style>
background-color css
<style>
a { background-color: #FE30D7; }
a { background-color: rgb(254,48,215); }
div.DivClassName
{
background-color: #FE30D7;
}
.BgClassName
{
background-color: #FE30D7;
}
</style>
border-color css
<style>
span { border-color: #FE30D7; }
span { border-color: rgb(254,48,215); }
td.TdClassName
{
border-color: #FE30D7;
}
.TagClassName
{
border-color: #FE30D7;
}
</style>