Shades of Razzle Dazzle Rose #FE31DF
Tints of Razzle Dazzle Rose #FE31DF
RGB
CMYK
RGB Variations
Color information
#FE31DF (or 0xFE31DF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and DF. RGB value is (254,49,223). Sum of RGB (Red+Green+Blue) = 254+49+223=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 49 (19.53% from 255 or 9.32% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31DF is #01CE20. Grayscale: #818181. Windows color (decimal): -118305 or 14627326. OLE color: 14627326.
HSL color Cylindrical-coordinate representation of color #FE31DF: hue angle of 309.07º 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 #FE31DF is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 223 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.00 |
| HSL | 309.07º | 0.99% | 0.59% | - |
| HSV(B) | 309.07º | 0.81% | 1% | - |
| XYZ | 55.29 | 28.6 | 72.42 | - |
| YUV | 130.13 | 180.42 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 223 | 0 | 0.81 | 0.12 | 0.00 | 309.07 | 0.99 | 0.59 |
| Hex | FE | 31 | DF | 0 | 51 | C | 0 | 135 | 63 | 3B |
| Octal | 376 | 61 | 337 | 0 | 121 | 14 | 0 | 465 | 143 | 73 |
| Binary | 11111110 | 110001 | 11011111 | 0 | 1010001 | 1100 | 0 | 100110101 | 1100011 | 111011 |
Color Harmonies of #FE31DF
Complementary color
Monochromatic Colors of #FE31DF
Black with #FE31DF
Text Example
Text Example
White with #FE31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31DF; }
p { color: rgb(254,49,223); }
H1.HeaderClassName
{
color: #FE31DF;
}
.AnyTagClassName
{
color: #FE31DF;
}
</style>
background-color css
<style>
a { background-color: #FE31DF; }
a { background-color: rgb(254,49,223); }
div.DivClassName
{
background-color: #FE31DF;
}
.BgClassName
{
background-color: #FE31DF;
}
</style>
border-color css
<style>
span { border-color: #FE31DF; }
span { border-color: rgb(254,49,223); }
td.TdClassName
{
border-color: #FE31DF;
}
.TagClassName
{
border-color: #FE31DF;
}
</style>