Shades of Razzle Dazzle Rose #FE3ECB
Tints of Razzle Dazzle Rose #FE3ECB
RGB
CMYK
RGB Variations
Color information
#FE3ECB (or 0xFE3ECB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3E and CB. RGB value is (254,62,203). Sum of RGB (Red+Green+Blue) = 254+62+203=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 62 (24.61% from 255 or 11.95% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3ECB is #01C134. Grayscale: #878787. Windows color (decimal): -114997 or 13319934. OLE color: 13319934.
HSL color Cylindrical-coordinate representation of color #FE3ECB: hue angle of 315.94º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3ECB is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 203 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.00 |
| HSL | 315.94º | 0.99% | 0.62% | - |
| HSV(B) | 315.94º | 0.76% | 1% | - |
| XYZ | 53.38 | 28.83 | 59.25 | - |
| YUV | 135.48 | 166.11 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 203 | 0 | 0.76 | 0.20 | 0.00 | 315.94 | 0.99 | 0.62 |
| Hex | FE | 3E | CB | 0 | 4C | 14 | 0 | 13C | 63 | 3E |
| Octal | 376 | 76 | 313 | 0 | 114 | 24 | 0 | 474 | 143 | 76 |
| Binary | 11111110 | 111110 | 11001011 | 0 | 1001100 | 10100 | 0 | 100111100 | 1100011 | 111110 |
Color Harmonies of #FE3ECB
Complementary color
Monochromatic Colors of #FE3ECB
Black with #FE3ECB
Text Example
Text Example
White with #FE3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3ECB; }
p { color: rgb(254,62,203); }
H1.HeaderClassName
{
color: #FE3ECB;
}
.AnyTagClassName
{
color: #FE3ECB;
}
</style>
background-color css
<style>
a { background-color: #FE3ECB; }
a { background-color: rgb(254,62,203); }
div.DivClassName
{
background-color: #FE3ECB;
}
.BgClassName
{
background-color: #FE3ECB;
}
</style>
border-color css
<style>
span { border-color: #FE3ECB; }
span { border-color: rgb(254,62,203); }
td.TdClassName
{
border-color: #FE3ECB;
}
.TagClassName
{
border-color: #FE3ECB;
}
</style>