Shades of Razzle Dazzle Rose #FE30CE
Tints of Razzle Dazzle Rose #FE30CE
RGB
CMYK
RGB Variations
Color information
#FE30CE (or 0xFE30CE) is known color: Razzle Dazzle Rose. HEX triplet: FE, 30 and CE. RGB value is (254,48,206). Sum of RGB (Red+Green+Blue) = 254+48+206=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 48 (19.14% from 255 or 9.45% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30CE is #01CF31. Grayscale: #7F7F7F. Windows color (decimal): -118578 or 13512958. OLE color: 13512958.
HSL color Cylindrical-coordinate representation of color #FE30CE: hue angle of 313.98º 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 #FE30CE is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 206 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.00 |
| HSL | 313.98º | 0.99% | 0.59% | - |
| HSV(B) | 313.98º | 0.81% | 1% | - |
| XYZ | 53.07 | 27.64 | 60.93 | - |
| YUV | 127.61 | 172.25 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 206 | 0 | 0.81 | 0.19 | 0.00 | 313.98 | 0.99 | 0.59 |
| Hex | FE | 30 | CE | 0 | 51 | 13 | 0 | 13A | 63 | 3B |
| Octal | 376 | 60 | 316 | 0 | 121 | 23 | 0 | 472 | 143 | 73 |
| Binary | 11111110 | 110000 | 11001110 | 0 | 1010001 | 10011 | 0 | 100111010 | 1100011 | 111011 |
Color Harmonies of #FE30CE
Complementary color
Monochromatic Colors of #FE30CE
Black with #FE30CE
Text Example
Text Example
White with #FE30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE30CE; }
p { color: rgb(254,48,206); }
H1.HeaderClassName
{
color: #FE30CE;
}
.AnyTagClassName
{
color: #FE30CE;
}
</style>
background-color css
<style>
a { background-color: #FE30CE; }
a { background-color: rgb(254,48,206); }
div.DivClassName
{
background-color: #FE30CE;
}
.BgClassName
{
background-color: #FE30CE;
}
</style>
border-color css
<style>
span { border-color: #FE30CE; }
span { border-color: rgb(254,48,206); }
td.TdClassName
{
border-color: #FE30CE;
}
.TagClassName
{
border-color: #FE30CE;
}
</style>