Shades of Razzle Dazzle Rose #FE1FE3
Tints of Razzle Dazzle Rose #FE1FE3
RGB
CMYK
RGB Variations
Color information
#FE1FE3 (or 0xFE1FE3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 1F and E3. RGB value is (254,31,227). Sum of RGB (Red+Green+Blue) = 254+31+227=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 31 (12.5% from 255 or 6.05% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1FE3 is #01E01C. Grayscale: #777777. Windows color (decimal): -122909 or 14884862. OLE color: 14884862.
HSL color Cylindrical-coordinate representation of color #FE1FE3: hue angle of 307.26º 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 #FE1FE3 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 227 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.00 |
| HSL | 307.26º | 0.99% | 0.56% | - |
| HSV(B) | 307.26º | 0.88% | 1% | - |
| XYZ | 55.23 | 27.6 | 75.09 | - |
| YUV | 120.02 | 188.38 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 227 | 0 | 0.88 | 0.11 | 0.00 | 307.26 | 0.99 | 0.56 |
| Hex | FE | 1F | E3 | 0 | 58 | B | 0 | 133 | 63 | 38 |
| Octal | 376 | 37 | 343 | 0 | 130 | 13 | 0 | 463 | 143 | 70 |
| Binary | 11111110 | 11111 | 11100011 | 0 | 1011000 | 1011 | 0 | 100110011 | 1100011 | 111000 |
Color Harmonies of #FE1FE3
Complementary color
Monochromatic Colors of #FE1FE3
Black with #FE1FE3
Text Example
Text Example
White with #FE1FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FE3; }
p { color: rgb(254,31,227); }
H1.HeaderClassName
{
color: #FE1FE3;
}
.AnyTagClassName
{
color: #FE1FE3;
}
</style>
background-color css
<style>
a { background-color: #FE1FE3; }
a { background-color: rgb(254,31,227); }
div.DivClassName
{
background-color: #FE1FE3;
}
.BgClassName
{
background-color: #FE1FE3;
}
</style>
border-color css
<style>
span { border-color: #FE1FE3; }
span { border-color: rgb(254,31,227); }
td.TdClassName
{
border-color: #FE1FE3;
}
.TagClassName
{
border-color: #FE1FE3;
}
</style>