Shades of Razzle Dazzle Rose #FE3EF1
Tints of Razzle Dazzle Rose #FE3EF1
RGB
CMYK
RGB Variations
Color information
#FE3EF1 (or 0xFE3EF1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3E and F1. RGB value is (254,62,241). Sum of RGB (Red+Green+Blue) = 254+62+241=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 62 (24.61% from 255 or 11.13% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3EF1 is #01C10E. Grayscale: #8B8B8B. Windows color (decimal): -114959 or 15810302. OLE color: 15810302.
HSL color Cylindrical-coordinate representation of color #FE3EF1: hue angle of 304.06º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3EF1 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 241 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.00 |
| HSL | 304.06º | 0.99% | 0.62% | - |
| HSV(B) | 304.06º | 0.76% | 1% | - |
| XYZ | 58.47 | 30.87 | 86.1 | - |
| YUV | 139.81 | 185.11 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 241 | 0 | 0.76 | 0.05 | 0.00 | 304.06 | 0.99 | 0.62 |
| Hex | FE | 3E | F1 | 0 | 4C | 5 | 0 | 130 | 63 | 3E |
| Octal | 376 | 76 | 361 | 0 | 114 | 5 | 0 | 460 | 143 | 76 |
| Binary | 11111110 | 111110 | 11110001 | 0 | 1001100 | 101 | 0 | 100110000 | 1100011 | 111110 |
Color Harmonies of #FE3EF1
Complementary color
Monochromatic Colors of #FE3EF1
Black with #FE3EF1
Text Example
Text Example
White with #FE3EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3EF1; }
p { color: rgb(254,62,241); }
H1.HeaderClassName
{
color: #FE3EF1;
}
.AnyTagClassName
{
color: #FE3EF1;
}
</style>
background-color css
<style>
a { background-color: #FE3EF1; }
a { background-color: rgb(254,62,241); }
div.DivClassName
{
background-color: #FE3EF1;
}
.BgClassName
{
background-color: #FE3EF1;
}
</style>
border-color css
<style>
span { border-color: #FE3EF1; }
span { border-color: rgb(254,62,241); }
td.TdClassName
{
border-color: #FE3EF1;
}
.TagClassName
{
border-color: #FE3EF1;
}
</style>