Shades of Razzle Dazzle Rose #FE3BDD
Tints of Razzle Dazzle Rose #FE3BDD
RGB
CMYK
RGB Variations
Color information
#FE3BDD (or 0xFE3BDD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3B and DD. RGB value is (254,59,221). Sum of RGB (Red+Green+Blue) = 254+59+221=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 59 (23.44% from 255 or 11.05% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3BDD is #01C422. Grayscale: #878787. Windows color (decimal): -115747 or 14498814. OLE color: 14498814.
HSL color Cylindrical-coordinate representation of color #FE3BDD: hue angle of 310.15º 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 #FE3BDD is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 221 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.00 |
| HSL | 310.15º | 0.99% | 0.61% | - |
| HSV(B) | 310.15º | 0.77% | 1% | - |
| XYZ | 55.49 | 29.42 | 71.16 | - |
| YUV | 135.77 | 176.1 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 221 | 0 | 0.77 | 0.13 | 0.00 | 310.15 | 0.99 | 0.61 |
| Hex | FE | 3B | DD | 0 | 4D | D | 0 | 136 | 63 | 3D |
| Octal | 376 | 73 | 335 | 0 | 115 | 15 | 0 | 466 | 143 | 75 |
| Binary | 11111110 | 111011 | 11011101 | 0 | 1001101 | 1101 | 0 | 100110110 | 1100011 | 111101 |
Color Harmonies of #FE3BDD
Complementary color
Monochromatic Colors of #FE3BDD
Black with #FE3BDD
Text Example
Text Example
White with #FE3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BDD; }
p { color: rgb(254,59,221); }
H1.HeaderClassName
{
color: #FE3BDD;
}
.AnyTagClassName
{
color: #FE3BDD;
}
</style>
background-color css
<style>
a { background-color: #FE3BDD; }
a { background-color: rgb(254,59,221); }
div.DivClassName
{
background-color: #FE3BDD;
}
.BgClassName
{
background-color: #FE3BDD;
}
</style>
border-color css
<style>
span { border-color: #FE3BDD; }
span { border-color: rgb(254,59,221); }
td.TdClassName
{
border-color: #FE3BDD;
}
.TagClassName
{
border-color: #FE3BDD;
}
</style>