Shades of Razzle Dazzle Rose #FE2BDF
Tints of Razzle Dazzle Rose #FE2BDF
RGB
CMYK
RGB Variations
Color information
#FE2BDF (or 0xFE2BDF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2B and DF. RGB value is (254,43,223). Sum of RGB (Red+Green+Blue) = 254+43+223=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 43 (17.19% from 255 or 8.27% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2BDF is #01D420. Grayscale: #7E7E7E. Windows color (decimal): -119841 or 14625790. OLE color: 14625790.
HSL color Cylindrical-coordinate representation of color #FE2BDF: hue angle of 308.82º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2BDF is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 223 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.00 |
| HSL | 308.82º | 0.99% | 0.58% | - |
| HSV(B) | 308.82º | 0.83% | 1% | - |
| XYZ | 55.06 | 28.13 | 72.34 | - |
| YUV | 126.61 | 182.4 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 223 | 0 | 0.83 | 0.12 | 0.00 | 308.82 | 0.99 | 0.58 |
| Hex | FE | 2B | DF | 0 | 53 | C | 0 | 135 | 63 | 3A |
| Octal | 376 | 53 | 337 | 0 | 123 | 14 | 0 | 465 | 143 | 72 |
| Binary | 11111110 | 101011 | 11011111 | 0 | 1010011 | 1100 | 0 | 100110101 | 1100011 | 111010 |
Color Harmonies of #FE2BDF
Complementary color
Monochromatic Colors of #FE2BDF
Black with #FE2BDF
Text Example
Text Example
White with #FE2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2BDF; }
p { color: rgb(254,43,223); }
H1.HeaderClassName
{
color: #FE2BDF;
}
.AnyTagClassName
{
color: #FE2BDF;
}
</style>
background-color css
<style>
a { background-color: #FE2BDF; }
a { background-color: rgb(254,43,223); }
div.DivClassName
{
background-color: #FE2BDF;
}
.BgClassName
{
background-color: #FE2BDF;
}
</style>
border-color css
<style>
span { border-color: #FE2BDF; }
span { border-color: rgb(254,43,223); }
td.TdClassName
{
border-color: #FE2BDF;
}
.TagClassName
{
border-color: #FE2BDF;
}
</style>