Shades of Razzle Dazzle Rose #FE2ECF
Tints of Razzle Dazzle Rose #FE2ECF
RGB
CMYK
RGB Variations
Color information
#FE2ECF (or 0xFE2ECF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2E and CF. RGB value is (254,46,207). Sum of RGB (Red+Green+Blue) = 254+46+207=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 46 (18.36% from 255 or 9.07% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2ECF is #01D130. Grayscale: #7E7E7E. Windows color (decimal): -119089 or 13577982. OLE color: 13577982.
HSL color Cylindrical-coordinate representation of color #FE2ECF: hue angle of 313.56º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2ECF is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 207 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.00 |
| HSL | 313.56º | 0.99% | 0.59% | - |
| HSV(B) | 313.56º | 0.82% | 1% | - |
| XYZ | 53.11 | 27.53 | 61.55 | - |
| YUV | 126.55 | 173.41 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 207 | 0 | 0.82 | 0.19 | 0.00 | 313.56 | 0.99 | 0.59 |
| Hex | FE | 2E | CF | 0 | 52 | 13 | 0 | 13A | 63 | 3B |
| Octal | 376 | 56 | 317 | 0 | 122 | 23 | 0 | 472 | 143 | 73 |
| Binary | 11111110 | 101110 | 11001111 | 0 | 1010010 | 10011 | 0 | 100111010 | 1100011 | 111011 |
Color Harmonies of #FE2ECF
Complementary color
Monochromatic Colors of #FE2ECF
Black with #FE2ECF
Text Example
Text Example
White with #FE2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2ECF; }
p { color: rgb(254,46,207); }
H1.HeaderClassName
{
color: #FE2ECF;
}
.AnyTagClassName
{
color: #FE2ECF;
}
</style>
background-color css
<style>
a { background-color: #FE2ECF; }
a { background-color: rgb(254,46,207); }
div.DivClassName
{
background-color: #FE2ECF;
}
.BgClassName
{
background-color: #FE2ECF;
}
</style>
border-color css
<style>
span { border-color: #FE2ECF; }
span { border-color: rgb(254,46,207); }
td.TdClassName
{
border-color: #FE2ECF;
}
.TagClassName
{
border-color: #FE2ECF;
}
</style>