Shades of Razzle Dazzle Rose #FE1FE6
Tints of Razzle Dazzle Rose #FE1FE6
RGB
CMYK
RGB Variations
Color information
#FE1FE6 (or 0xFE1FE6) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1F and E6. RGB value is (254,31,230). Sum of RGB (Red+Green+Blue) = 254+31+230=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 31 (12.5% from 255 or 6.02% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1FE6 is #01E019. Grayscale: #777777. Windows color (decimal): -122906 or 15081470. OLE color: 15081470.
HSL color Cylindrical-coordinate representation of color #FE1FE6: hue angle of 306.46º 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 #FE1FE6 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 230 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.00 |
| HSL | 306.46º | 0.99% | 0.56% | - |
| HSV(B) | 306.46º | 0.88% | 1% | - |
| XYZ | 55.65 | 27.76 | 77.29 | - |
| YUV | 120.36 | 189.88 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 230 | 0 | 0.88 | 0.09 | 0.00 | 306.46 | 0.99 | 0.56 |
| Hex | FE | 1F | E6 | 0 | 58 | 9 | 0 | 132 | 63 | 38 |
| Octal | 376 | 37 | 346 | 0 | 130 | 11 | 0 | 462 | 143 | 70 |
| Binary | 11111110 | 11111 | 11100110 | 0 | 1011000 | 1001 | 0 | 100110010 | 1100011 | 111000 |
Color Harmonies of #FE1FE6
Complementary color
Monochromatic Colors of #FE1FE6
Black with #FE1FE6
Text Example
Text Example
White with #FE1FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FE6; }
p { color: rgb(254,31,230); }
H1.HeaderClassName
{
color: #FE1FE6;
}
.AnyTagClassName
{
color: #FE1FE6;
}
</style>
background-color css
<style>
a { background-color: #FE1FE6; }
a { background-color: rgb(254,31,230); }
div.DivClassName
{
background-color: #FE1FE6;
}
.BgClassName
{
background-color: #FE1FE6;
}
</style>
border-color css
<style>
span { border-color: #FE1FE6; }
span { border-color: rgb(254,31,230); }
td.TdClassName
{
border-color: #FE1FE6;
}
.TagClassName
{
border-color: #FE1FE6;
}
</style>