Shades of Razzle Dazzle Rose #FE23DF
Tints of Razzle Dazzle Rose #FE23DF
RGB
CMYK
RGB Variations
Color information
#FE23DF (or 0xFE23DF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 23 and DF. RGB value is (254,35,223). Sum of RGB (Red+Green+Blue) = 254+35+223=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 35 (14.06% from 255 or 6.84% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE23DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE23DF is #01DC20. Grayscale: #797979. Windows color (decimal): -121889 or 14623742. OLE color: 14623742.
HSL color Cylindrical-coordinate representation of color #FE23DF: hue angle of 308.49º 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 #FE23DF is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 223 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.00 |
| HSL | 308.49º | 0.99% | 0.57% | - |
| HSV(B) | 308.49º | 0.86% | 1% | - |
| XYZ | 54.79 | 27.6 | 72.25 | - |
| YUV | 121.91 | 185.05 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 223 | 0 | 0.86 | 0.12 | 0.00 | 308.49 | 0.99 | 0.57 |
| Hex | FE | 23 | DF | 0 | 56 | C | 0 | 134 | 63 | 39 |
| Octal | 376 | 43 | 337 | 0 | 126 | 14 | 0 | 464 | 143 | 71 |
| Binary | 11111110 | 100011 | 11011111 | 0 | 1010110 | 1100 | 0 | 100110100 | 1100011 | 111001 |
Color Harmonies of #FE23DF
Complementary color
Monochromatic Colors of #FE23DF
Black with #FE23DF
Text Example
Text Example
White with #FE23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE23DF; }
p { color: rgb(254,35,223); }
H1.HeaderClassName
{
color: #FE23DF;
}
.AnyTagClassName
{
color: #FE23DF;
}
</style>
background-color css
<style>
a { background-color: #FE23DF; }
a { background-color: rgb(254,35,223); }
div.DivClassName
{
background-color: #FE23DF;
}
.BgClassName
{
background-color: #FE23DF;
}
</style>
border-color css
<style>
span { border-color: #FE23DF; }
span { border-color: rgb(254,35,223); }
td.TdClassName
{
border-color: #FE23DF;
}
.TagClassName
{
border-color: #FE23DF;
}
</style>