Shades of Razzle Dazzle Rose #FE30D0
Tints of Razzle Dazzle Rose #FE30D0
RGB
CMYK
RGB Variations
Color information
#FE30D0 (or 0xFE30D0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and D0. RGB value is (254,48,208). Sum of RGB (Red+Green+Blue) = 254+48+208=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 48 (19.14% from 255 or 9.41% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30D0 is #01CF2F. Grayscale: #7F7F7F. Windows color (decimal): -118576 or 13644030. OLE color: 13644030.
HSL color Cylindrical-coordinate representation of color #FE30D0: hue angle of 313.4º 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 #FE30D0 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 208 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.00 |
| HSL | 313.4º | 0.99% | 0.59% | - |
| HSV(B) | 313.4º | 0.81% | 1% | - |
| XYZ | 53.32 | 27.74 | 62.22 | - |
| YUV | 127.83 | 173.25 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 208 | 0 | 0.81 | 0.18 | 0.00 | 313.4 | 0.99 | 0.59 |
| Hex | FE | 30 | D0 | 0 | 51 | 12 | 0 | 139 | 63 | 3B |
| Octal | 376 | 60 | 320 | 0 | 121 | 22 | 0 | 471 | 143 | 73 |
| Binary | 11111110 | 110000 | 11010000 | 0 | 1010001 | 10010 | 0 | 100111001 | 1100011 | 111011 |
Color Harmonies of #FE30D0
Complementary color
Monochromatic Colors of #FE30D0
Black with #FE30D0
Text Example
Text Example
White with #FE30D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE30D0; }
p { color: rgb(254,48,208); }
H1.HeaderClassName
{
color: #FE30D0;
}
.AnyTagClassName
{
color: #FE30D0;
}
</style>
background-color css
<style>
a { background-color: #FE30D0; }
a { background-color: rgb(254,48,208); }
div.DivClassName
{
background-color: #FE30D0;
}
.BgClassName
{
background-color: #FE30D0;
}
</style>
border-color css
<style>
span { border-color: #FE30D0; }
span { border-color: rgb(254,48,208); }
td.TdClassName
{
border-color: #FE30D0;
}
.TagClassName
{
border-color: #FE30D0;
}
</style>