Shades of Razzle Dazzle Rose #FE31CA
Tints of Razzle Dazzle Rose #FE31CA
RGB
CMYK
RGB Variations
Color information
#FE31CA (or 0xFE31CA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 31 and CA. RGB value is (254,49,202). Sum of RGB (Red+Green+Blue) = 254+49+202=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 49 (19.53% from 255 or 9.70% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE31CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE31CA is #01CE35. Grayscale: #7F7F7F. Windows color (decimal): -118326 or 13251070. OLE color: 13251070.
HSL color Cylindrical-coordinate representation of color #FE31CA: hue angle of 315.22º 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 #FE31CA is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 202 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.00 |
| HSL | 315.22º | 0.99% | 0.59% | - |
| HSV(B) | 315.22º | 0.81% | 1% | - |
| XYZ | 52.63 | 27.53 | 58.42 | - |
| YUV | 127.74 | 169.92 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 202 | 0 | 0.81 | 0.20 | 0.00 | 315.22 | 0.99 | 0.59 |
| Hex | FE | 31 | CA | 0 | 51 | 14 | 0 | 13B | 63 | 3B |
| Octal | 376 | 61 | 312 | 0 | 121 | 24 | 0 | 473 | 143 | 73 |
| Binary | 11111110 | 110001 | 11001010 | 0 | 1010001 | 10100 | 0 | 100111011 | 1100011 | 111011 |
Color Harmonies of #FE31CA
Complementary color
Monochromatic Colors of #FE31CA
Black with #FE31CA
Text Example
Text Example
White with #FE31CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE31CA; }
p { color: rgb(254,49,202); }
H1.HeaderClassName
{
color: #FE31CA;
}
.AnyTagClassName
{
color: #FE31CA;
}
</style>
background-color css
<style>
a { background-color: #FE31CA; }
a { background-color: rgb(254,49,202); }
div.DivClassName
{
background-color: #FE31CA;
}
.BgClassName
{
background-color: #FE31CA;
}
</style>
border-color css
<style>
span { border-color: #FE31CA; }
span { border-color: rgb(254,49,202); }
td.TdClassName
{
border-color: #FE31CA;
}
.TagClassName
{
border-color: #FE31CA;
}
</style>