Shades of Razzle Dazzle Rose #FE3BED
Tints of Razzle Dazzle Rose #FE3BED
RGB
CMYK
RGB Variations
Color information
#FE3BED (or 0xFE3BED) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3B and ED. RGB value is (254,59,237). Sum of RGB (Red+Green+Blue) = 254+59+237=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 59 (23.44% from 255 or 10.73% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3BED is #01C412. Grayscale: #898989. Windows color (decimal): -115731 or 15547390. OLE color: 15547390.
HSL color Cylindrical-coordinate representation of color #FE3BED: hue angle of 305.23º 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 #FE3BED is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 237 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.00 |
| HSL | 305.23º | 0.99% | 0.61% | - |
| HSV(B) | 305.23º | 0.77% | 1% | - |
| XYZ | 57.72 | 30.31 | 82.93 | - |
| YUV | 137.6 | 184.1 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 237 | 0 | 0.77 | 0.07 | 0.00 | 305.23 | 0.99 | 0.61 |
| Hex | FE | 3B | ED | 0 | 4D | 7 | 0 | 131 | 63 | 3D |
| Octal | 376 | 73 | 355 | 0 | 115 | 7 | 0 | 461 | 143 | 75 |
| Binary | 11111110 | 111011 | 11101101 | 0 | 1001101 | 111 | 0 | 100110001 | 1100011 | 111101 |
Color Harmonies of #FE3BED
Complementary color
Monochromatic Colors of #FE3BED
Black with #FE3BED
Text Example
Text Example
White with #FE3BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BED; }
p { color: rgb(254,59,237); }
H1.HeaderClassName
{
color: #FE3BED;
}
.AnyTagClassName
{
color: #FE3BED;
}
</style>
background-color css
<style>
a { background-color: #FE3BED; }
a { background-color: rgb(254,59,237); }
div.DivClassName
{
background-color: #FE3BED;
}
.BgClassName
{
background-color: #FE3BED;
}
</style>
border-color css
<style>
span { border-color: #FE3BED; }
span { border-color: rgb(254,59,237); }
td.TdClassName
{
border-color: #FE3BED;
}
.TagClassName
{
border-color: #FE3BED;
}
</style>