Shades of Razzle Dazzle Rose #FE31F5
Tints of Razzle Dazzle Rose #FE31F5
RGB
CMYK
RGB Variations
Color information
#FE31F5 (or 0xFE31F5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and F5. RGB value is (254,49,245). Sum of RGB (Red+Green+Blue) = 254+49+245=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 49 (19.53% from 255 or 8.94% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE31F5 is #01CE0A. Grayscale: #848484. Windows color (decimal): -118283 or 16069118. OLE color: 16069118.
HSL color Cylindrical-coordinate representation of color #FE31F5: hue angle of 302.63º 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 #FE31F5 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 245 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.00 |
| HSL | 302.63º | 0.99% | 0.59% | - |
| HSV(B) | 302.63º | 0.81% | 1% | - |
| XYZ | 58.45 | 29.86 | 89.07 | - |
| YUV | 132.64 | 191.42 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 245 | 0 | 0.81 | 0.04 | 0.00 | 302.63 | 0.99 | 0.59 |
| Hex | FE | 31 | F5 | 0 | 51 | 4 | 0 | 12F | 63 | 3B |
| Octal | 376 | 61 | 365 | 0 | 121 | 4 | 0 | 457 | 143 | 73 |
| Binary | 11111110 | 110001 | 11110101 | 0 | 1010001 | 100 | 0 | 100101111 | 1100011 | 111011 |
Color Harmonies of #FE31F5
Complementary color
Monochromatic Colors of #FE31F5
Black with #FE31F5
Text Example
Text Example
White with #FE31F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31F5; }
p { color: rgb(254,49,245); }
H1.HeaderClassName
{
color: #FE31F5;
}
.AnyTagClassName
{
color: #FE31F5;
}
</style>
background-color css
<style>
a { background-color: #FE31F5; }
a { background-color: rgb(254,49,245); }
div.DivClassName
{
background-color: #FE31F5;
}
.BgClassName
{
background-color: #FE31F5;
}
</style>
border-color css
<style>
span { border-color: #FE31F5; }
span { border-color: rgb(254,49,245); }
td.TdClassName
{
border-color: #FE31F5;
}
.TagClassName
{
border-color: #FE31F5;
}
</style>