Shades of Razzle Dazzle Rose #FE3BDF
Tints of Razzle Dazzle Rose #FE3BDF
RGB
CMYK
RGB Variations
Color information
#FE3BDF (or 0xFE3BDF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3B and DF. RGB value is (254,59,223). Sum of RGB (Red+Green+Blue) = 254+59+223=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 59 (23.44% from 255 or 11.01% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3BDF is #01C420. Grayscale: #878787. Windows color (decimal): -115745 or 14629886. OLE color: 14629886.
HSL color Cylindrical-coordinate representation of color #FE3BDF: hue angle of 309.54º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3BDF is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 223 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.00 |
| HSL | 309.54º | 0.99% | 0.61% | - |
| HSV(B) | 309.54º | 0.77% | 1% | - |
| XYZ | 55.76 | 29.53 | 72.57 | - |
| YUV | 136 | 177.1 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 223 | 0 | 0.77 | 0.12 | 0.00 | 309.54 | 0.99 | 0.61 |
| Hex | FE | 3B | DF | 0 | 4D | C | 0 | 136 | 63 | 3D |
| Octal | 376 | 73 | 337 | 0 | 115 | 14 | 0 | 466 | 143 | 75 |
| Binary | 11111110 | 111011 | 11011111 | 0 | 1001101 | 1100 | 0 | 100110110 | 1100011 | 111101 |
Color Harmonies of #FE3BDF
Complementary color
Monochromatic Colors of #FE3BDF
Black with #FE3BDF
Text Example
Text Example
White with #FE3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BDF; }
p { color: rgb(254,59,223); }
H1.HeaderClassName
{
color: #FE3BDF;
}
.AnyTagClassName
{
color: #FE3BDF;
}
</style>
background-color css
<style>
a { background-color: #FE3BDF; }
a { background-color: rgb(254,59,223); }
div.DivClassName
{
background-color: #FE3BDF;
}
.BgClassName
{
background-color: #FE3BDF;
}
</style>
border-color css
<style>
span { border-color: #FE3BDF; }
span { border-color: rgb(254,59,223); }
td.TdClassName
{
border-color: #FE3BDF;
}
.TagClassName
{
border-color: #FE3BDF;
}
</style>