Shades of Razzle Dazzle Rose #FE3FEC
Tints of Razzle Dazzle Rose #FE3FEC
RGB
CMYK
RGB Variations
Color information
#FE3FEC (or 0xFE3FEC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3F and EC. RGB value is (254,63,236). Sum of RGB (Red+Green+Blue) = 254+63+236=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 63 (25% from 255 or 11.39% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3FEC is #01C013. Grayscale: #8B8B8B. Windows color (decimal): -114708 or 15482878. OLE color: 15482878.
HSL color Cylindrical-coordinate representation of color #FE3FEC: hue angle of 305.65º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3FEC is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 236 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.00 |
| HSL | 305.65º | 0.99% | 0.62% | - |
| HSV(B) | 305.65º | 0.75% | 1% | - |
| XYZ | 57.79 | 30.68 | 82.23 | - |
| YUV | 139.83 | 182.28 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 236 | 0 | 0.75 | 0.07 | 0.00 | 305.65 | 0.99 | 0.62 |
| Hex | FE | 3F | EC | 0 | 4B | 7 | 0 | 132 | 63 | 3E |
| Octal | 376 | 77 | 354 | 0 | 113 | 7 | 0 | 462 | 143 | 76 |
| Binary | 11111110 | 111111 | 11101100 | 0 | 1001011 | 111 | 0 | 100110010 | 1100011 | 111110 |
Color Harmonies of #FE3FEC
Complementary color
Monochromatic Colors of #FE3FEC
Black with #FE3FEC
Text Example
Text Example
White with #FE3FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3FEC; }
p { color: rgb(254,63,236); }
H1.HeaderClassName
{
color: #FE3FEC;
}
.AnyTagClassName
{
color: #FE3FEC;
}
</style>
background-color css
<style>
a { background-color: #FE3FEC; }
a { background-color: rgb(254,63,236); }
div.DivClassName
{
background-color: #FE3FEC;
}
.BgClassName
{
background-color: #FE3FEC;
}
</style>
border-color css
<style>
span { border-color: #FE3FEC; }
span { border-color: rgb(254,63,236); }
td.TdClassName
{
border-color: #FE3FEC;
}
.TagClassName
{
border-color: #FE3FEC;
}
</style>