Shades of Razzle Dazzle Rose #FE31ED
Tints of Razzle Dazzle Rose #FE31ED
RGB
CMYK
RGB Variations
Color information
#FE31ED (or 0xFE31ED) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and ED. RGB value is (254,49,237). Sum of RGB (Red+Green+Blue) = 254+49+237=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 49 (19.53% from 255 or 9.07% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE31ED is #01CE12. Grayscale: #838383. Windows color (decimal): -118291 or 15544830. OLE color: 15544830.
HSL color Cylindrical-coordinate representation of color #FE31ED: hue angle of 304.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 #FE31ED is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 237 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.00 |
| HSL | 304.98º | 0.99% | 0.59% | - |
| HSV(B) | 304.98º | 0.81% | 1% | - |
| XYZ | 57.26 | 29.38 | 82.77 | - |
| YUV | 131.73 | 187.42 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 237 | 0 | 0.81 | 0.07 | 0.00 | 304.98 | 0.99 | 0.59 |
| Hex | FE | 31 | ED | 0 | 51 | 7 | 0 | 131 | 63 | 3B |
| Octal | 376 | 61 | 355 | 0 | 121 | 7 | 0 | 461 | 143 | 73 |
| Binary | 11111110 | 110001 | 11101101 | 0 | 1010001 | 111 | 0 | 100110001 | 1100011 | 111011 |
Color Harmonies of #FE31ED
Complementary color
Monochromatic Colors of #FE31ED
Black with #FE31ED
Text Example
Text Example
White with #FE31ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31ED; }
p { color: rgb(254,49,237); }
H1.HeaderClassName
{
color: #FE31ED;
}
.AnyTagClassName
{
color: #FE31ED;
}
</style>
background-color css
<style>
a { background-color: #FE31ED; }
a { background-color: rgb(254,49,237); }
div.DivClassName
{
background-color: #FE31ED;
}
.BgClassName
{
background-color: #FE31ED;
}
</style>
border-color css
<style>
span { border-color: #FE31ED; }
span { border-color: rgb(254,49,237); }
td.TdClassName
{
border-color: #FE31ED;
}
.TagClassName
{
border-color: #FE31ED;
}
</style>