Shades of Razzle Dazzle Rose #FE24CB
Tints of Razzle Dazzle Rose #FE24CB
RGB
CMYK
RGB Variations
Color information
#FE24CB (or 0xFE24CB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 24 and CB. RGB value is (254,36,203). Sum of RGB (Red+Green+Blue) = 254+36+203=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 36 (14.45% from 255 or 7.30% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE24CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE24CB is #01DB34. Grayscale: #777777. Windows color (decimal): -121653 or 13313278. OLE color: 13313278.
HSL color Cylindrical-coordinate representation of color #FE24CB: hue angle of 314.04º 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 #FE24CB is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 203 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.00 |
| HSL | 314.04º | 0.99% | 0.57% | - |
| HSV(B) | 314.04º | 0.86% | 1% | - |
| XYZ | 52.28 | 26.64 | 58.89 | - |
| YUV | 120.22 | 174.72 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 203 | 0 | 0.86 | 0.20 | 0.00 | 314.04 | 0.99 | 0.57 |
| Hex | FE | 24 | CB | 0 | 56 | 14 | 0 | 13A | 63 | 39 |
| Octal | 376 | 44 | 313 | 0 | 126 | 24 | 0 | 472 | 143 | 71 |
| Binary | 11111110 | 100100 | 11001011 | 0 | 1010110 | 10100 | 0 | 100111010 | 1100011 | 111001 |
Color Harmonies of #FE24CB
Complementary color
Monochromatic Colors of #FE24CB
Black with #FE24CB
Text Example
Text Example
White with #FE24CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE24CB; }
p { color: rgb(254,36,203); }
H1.HeaderClassName
{
color: #FE24CB;
}
.AnyTagClassName
{
color: #FE24CB;
}
</style>
background-color css
<style>
a { background-color: #FE24CB; }
a { background-color: rgb(254,36,203); }
div.DivClassName
{
background-color: #FE24CB;
}
.BgClassName
{
background-color: #FE24CB;
}
</style>
border-color css
<style>
span { border-color: #FE24CB; }
span { border-color: rgb(254,36,203); }
td.TdClassName
{
border-color: #FE24CB;
}
.TagClassName
{
border-color: #FE24CB;
}
</style>