Shades of Razzle Dazzle Rose #FE30D4
Tints of Razzle Dazzle Rose #FE30D4
RGB
CMYK
RGB Variations
Color information
#FE30D4 (or 0xFE30D4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and D4. RGB value is (254,48,212). Sum of RGB (Red+Green+Blue) = 254+48+212=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 48 (19.14% from 255 or 9.34% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30D4 is #01CF2B. Grayscale: #7F7F7F. Windows color (decimal): -118572 or 13906174. OLE color: 13906174.
HSL color Cylindrical-coordinate representation of color #FE30D4: hue angle of 312.23º 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 #FE30D4 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 212 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.00 |
| HSL | 312.23º | 0.99% | 0.59% | - |
| HSV(B) | 312.23º | 0.81% | 1% | - |
| XYZ | 53.81 | 27.94 | 64.84 | - |
| YUV | 128.29 | 175.25 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 212 | 0 | 0.81 | 0.17 | 0.00 | 312.23 | 0.99 | 0.59 |
| Hex | FE | 30 | D4 | 0 | 51 | 11 | 0 | 138 | 63 | 3B |
| Octal | 376 | 60 | 324 | 0 | 121 | 21 | 0 | 470 | 143 | 73 |
| Binary | 11111110 | 110000 | 11010100 | 0 | 1010001 | 10001 | 0 | 100111000 | 1100011 | 111011 |
Color Harmonies of #FE30D4
Complementary color
Monochromatic Colors of #FE30D4
Black with #FE30D4
Text Example
Text Example
White with #FE30D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE30D4; }
p { color: rgb(254,48,212); }
H1.HeaderClassName
{
color: #FE30D4;
}
.AnyTagClassName
{
color: #FE30D4;
}
</style>
background-color css
<style>
a { background-color: #FE30D4; }
a { background-color: rgb(254,48,212); }
div.DivClassName
{
background-color: #FE30D4;
}
.BgClassName
{
background-color: #FE30D4;
}
</style>
border-color css
<style>
span { border-color: #FE30D4; }
span { border-color: rgb(254,48,212); }
td.TdClassName
{
border-color: #FE30D4;
}
.TagClassName
{
border-color: #FE30D4;
}
</style>