Shades of Razzle Dazzle Rose #FE24CA
Tints of Razzle Dazzle Rose #FE24CA
RGB
CMYK
RGB Variations
Color information
#FE24CA (or 0xFE24CA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 24 and CA. RGB value is (254,36,202). Sum of RGB (Red+Green+Blue) = 254+36+202=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE24CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE24CA is #01DB35. Grayscale: #777777. Windows color (decimal): -121654 or 13247742. OLE color: 13247742.
HSL color Cylindrical-coordinate representation of color #FE24CA: hue angle of 314.31º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE24CA is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 202 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.00 |
| HSL | 314.31º | 0.99% | 0.57% | - |
| HSV(B) | 314.31º | 0.86% | 1% | - |
| XYZ | 52.16 | 26.6 | 58.26 | - |
| YUV | 120.11 | 174.22 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 202 | 0 | 0.86 | 0.20 | 0.00 | 314.31 | 0.99 | 0.57 |
| Hex | FE | 24 | CA | 0 | 56 | 14 | 0 | 13A | 63 | 39 |
| Octal | 376 | 44 | 312 | 0 | 126 | 24 | 0 | 472 | 143 | 71 |
| Binary | 11111110 | 100100 | 11001010 | 0 | 1010110 | 10100 | 0 | 100111010 | 1100011 | 111001 |
Color Harmonies of #FE24CA
Complementary color
Monochromatic Colors of #FE24CA
Black with #FE24CA
Text Example
Text Example
White with #FE24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE24CA; }
p { color: rgb(254,36,202); }
H1.HeaderClassName
{
color: #FE24CA;
}
.AnyTagClassName
{
color: #FE24CA;
}
</style>
background-color css
<style>
a { background-color: #FE24CA; }
a { background-color: rgb(254,36,202); }
div.DivClassName
{
background-color: #FE24CA;
}
.BgClassName
{
background-color: #FE24CA;
}
</style>
border-color css
<style>
span { border-color: #FE24CA; }
span { border-color: rgb(254,36,202); }
td.TdClassName
{
border-color: #FE24CA;
}
.TagClassName
{
border-color: #FE24CA;
}
</style>