Shades of Razzle Dazzle Rose #FE23ED
Tints of Razzle Dazzle Rose #FE23ED
RGB
CMYK
RGB Variations
Color information
#FE23ED (or 0xFE23ED) is known color: Razzle Dazzle Rose. HEX triplet: FE, 23 and ED. RGB value is (254,35,237). Sum of RGB (Red+Green+Blue) = 254+35+237=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 35 (14.06% from 255 or 6.65% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE23ED is #01DC12. Grayscale: #7A7A7A. Windows color (decimal): -121875 or 15541246. OLE color: 15541246.
HSL color Cylindrical-coordinate representation of color #FE23ED: hue angle of 304.66º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE23ED is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 237 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.00 |
| HSL | 304.66º | 0.99% | 0.57% | - |
| HSV(B) | 304.66º | 0.86% | 1% | - |
| XYZ | 56.76 | 28.39 | 82.61 | - |
| YUV | 123.51 | 192.05 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 237 | 0 | 0.86 | 0.07 | 0.00 | 304.66 | 0.99 | 0.57 |
| Hex | FE | 23 | ED | 0 | 56 | 7 | 0 | 131 | 63 | 39 |
| Octal | 376 | 43 | 355 | 0 | 126 | 7 | 0 | 461 | 143 | 71 |
| Binary | 11111110 | 100011 | 11101101 | 0 | 1010110 | 111 | 0 | 100110001 | 1100011 | 111001 |
Color Harmonies of #FE23ED
Complementary color
Monochromatic Colors of #FE23ED
Black with #FE23ED
Text Example
Text Example
White with #FE23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE23ED; }
p { color: rgb(254,35,237); }
H1.HeaderClassName
{
color: #FE23ED;
}
.AnyTagClassName
{
color: #FE23ED;
}
</style>
background-color css
<style>
a { background-color: #FE23ED; }
a { background-color: rgb(254,35,237); }
div.DivClassName
{
background-color: #FE23ED;
}
.BgClassName
{
background-color: #FE23ED;
}
</style>
border-color css
<style>
span { border-color: #FE23ED; }
span { border-color: rgb(254,35,237); }
td.TdClassName
{
border-color: #FE23ED;
}
.TagClassName
{
border-color: #FE23ED;
}
</style>