Shades of Razzle Dazzle Rose #FE31D0
Tints of Razzle Dazzle Rose #FE31D0
RGB
CMYK
RGB Variations
Color information
#FE31D0 (or 0xFE31D0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and D0. RGB value is (254,49,208). Sum of RGB (Red+Green+Blue) = 254+49+208=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 49 (19.53% from 255 or 9.59% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31D0 is #01CE2F. Grayscale: #7F7F7F. Windows color (decimal): -118320 or 13644286. OLE color: 13644286.
HSL color Cylindrical-coordinate representation of color #FE31D0: hue angle of 313.46º 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 #FE31D0 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 208 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.00 |
| HSL | 313.46º | 0.99% | 0.59% | - |
| HSV(B) | 313.46º | 0.81% | 1% | - |
| XYZ | 53.36 | 27.82 | 62.23 | - |
| YUV | 128.42 | 172.92 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 208 | 0 | 0.81 | 0.18 | 0.00 | 313.46 | 0.99 | 0.59 |
| Hex | FE | 31 | D0 | 0 | 51 | 12 | 0 | 139 | 63 | 3B |
| Octal | 376 | 61 | 320 | 0 | 121 | 22 | 0 | 471 | 143 | 73 |
| Binary | 11111110 | 110001 | 11010000 | 0 | 1010001 | 10010 | 0 | 100111001 | 1100011 | 111011 |
Color Harmonies of #FE31D0
Complementary color
Monochromatic Colors of #FE31D0
Black with #FE31D0
Text Example
Text Example
White with #FE31D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31D0; }
p { color: rgb(254,49,208); }
H1.HeaderClassName
{
color: #FE31D0;
}
.AnyTagClassName
{
color: #FE31D0;
}
</style>
background-color css
<style>
a { background-color: #FE31D0; }
a { background-color: rgb(254,49,208); }
div.DivClassName
{
background-color: #FE31D0;
}
.BgClassName
{
background-color: #FE31D0;
}
</style>
border-color css
<style>
span { border-color: #FE31D0; }
span { border-color: rgb(254,49,208); }
td.TdClassName
{
border-color: #FE31D0;
}
.TagClassName
{
border-color: #FE31D0;
}
</style>