Shades of Razzle Dazzle Rose #FE1ECF
Tints of Razzle Dazzle Rose #FE1ECF
RGB
CMYK
RGB Variations
Color information
#FE1ECF (or 0xFE1ECF) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1E and CF. RGB value is (254,30,207). Sum of RGB (Red+Green+Blue) = 254+30+207=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ECF is #01E130. Grayscale: #747474. Windows color (decimal): -123185 or 13573886. OLE color: 13573886.
HSL color Cylindrical-coordinate representation of color #FE1ECF: hue angle of 312.59º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1ECF is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 207 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.00 |
| HSL | 312.59º | 0.99% | 0.56% | - |
| HSV(B) | 312.59º | 0.88% | 1% | - |
| XYZ | 52.6 | 26.5 | 61.38 | - |
| YUV | 117.15 | 178.71 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 207 | 0 | 0.88 | 0.19 | 0.00 | 312.59 | 0.99 | 0.56 |
| Hex | FE | 1E | CF | 0 | 58 | 13 | 0 | 139 | 63 | 38 |
| Octal | 376 | 36 | 317 | 0 | 130 | 23 | 0 | 471 | 143 | 70 |
| Binary | 11111110 | 11110 | 11001111 | 0 | 1011000 | 10011 | 0 | 100111001 | 1100011 | 111000 |
Color Harmonies of #FE1ECF
Complementary color
Monochromatic Colors of #FE1ECF
Black with #FE1ECF
Text Example
Text Example
White with #FE1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1ECF; }
p { color: rgb(254,30,207); }
H1.HeaderClassName
{
color: #FE1ECF;
}
.AnyTagClassName
{
color: #FE1ECF;
}
</style>
background-color css
<style>
a { background-color: #FE1ECF; }
a { background-color: rgb(254,30,207); }
div.DivClassName
{
background-color: #FE1ECF;
}
.BgClassName
{
background-color: #FE1ECF;
}
</style>
border-color css
<style>
span { border-color: #FE1ECF; }
span { border-color: rgb(254,30,207); }
td.TdClassName
{
border-color: #FE1ECF;
}
.TagClassName
{
border-color: #FE1ECF;
}
</style>