Shades of Razzle Dazzle Rose #FE31B8
Tints of Razzle Dazzle Rose #FE31B8
RGB
CMYK
RGB Variations
Color information
#FE31B8 (or 0xFE31B8) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and B8. RGB value is (254,49,184). Sum of RGB (Red+Green+Blue) = 254+49+184=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31B8 is #01CE47. Grayscale: #7D7D7D. Windows color (decimal): -118344 or 12071422. OLE color: 12071422.
HSL color Cylindrical-coordinate representation of color #FE31B8: hue angle of 320.49º 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 #FE31B8 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 184 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.00 |
| HSL | 320.49º | 0.99% | 0.59% | - |
| HSV(B) | 320.49º | 0.81% | 1% | - |
| XYZ | 50.62 | 26.73 | 47.84 | - |
| YUV | 125.69 | 160.92 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 184 | 0 | 0.81 | 0.28 | 0.00 | 320.49 | 0.99 | 0.59 |
| Hex | FE | 31 | B8 | 0 | 51 | 1C | 0 | 140 | 63 | 3B |
| Octal | 376 | 61 | 270 | 0 | 121 | 34 | 0 | 500 | 143 | 73 |
| Binary | 11111110 | 110001 | 10111000 | 0 | 1010001 | 11100 | 0 | 101000000 | 1100011 | 111011 |
Color Harmonies of #FE31B8
Complementary color
Monochromatic Colors of #FE31B8
Black with #FE31B8
Text Example
Text Example
White with #FE31B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31B8; }
p { color: rgb(254,49,184); }
H1.HeaderClassName
{
color: #FE31B8;
}
.AnyTagClassName
{
color: #FE31B8;
}
</style>
background-color css
<style>
a { background-color: #FE31B8; }
a { background-color: rgb(254,49,184); }
div.DivClassName
{
background-color: #FE31B8;
}
.BgClassName
{
background-color: #FE31B8;
}
</style>
border-color css
<style>
span { border-color: #FE31B8; }
span { border-color: rgb(254,49,184); }
td.TdClassName
{
border-color: #FE31B8;
}
.TagClassName
{
border-color: #FE31B8;
}
</style>