Shades of Razzle Dazzle Rose #FE2FF1
Tints of Razzle Dazzle Rose #FE2FF1
RGB
CMYK
RGB Variations
Color information
#FE2FF1 (or 0xFE2FF1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2F and F1. RGB value is (254,47,241). Sum of RGB (Red+Green+Blue) = 254+47+241=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 47 (18.75% from 255 or 8.67% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2FF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2FF1 is #01D00E. Grayscale: #828282. Windows color (decimal): -118799 or 15806462. OLE color: 15806462.
HSL color Cylindrical-coordinate representation of color #FE2FF1: hue angle of 303.77º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2FF1 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 241 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.00 |
| HSL | 303.77º | 0.99% | 0.59% | - |
| HSV(B) | 303.77º | 0.81% | 1% | - |
| XYZ | 57.77 | 29.45 | 85.86 | - |
| YUV | 131.01 | 190.08 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 241 | 0 | 0.81 | 0.05 | 0.00 | 303.77 | 0.99 | 0.59 |
| Hex | FE | 2F | F1 | 0 | 51 | 5 | 0 | 130 | 63 | 3B |
| Octal | 376 | 57 | 361 | 0 | 121 | 5 | 0 | 460 | 143 | 73 |
| Binary | 11111110 | 101111 | 11110001 | 0 | 1010001 | 101 | 0 | 100110000 | 1100011 | 111011 |
Color Harmonies of #FE2FF1
Complementary color
Monochromatic Colors of #FE2FF1
Black with #FE2FF1
Text Example
Text Example
White with #FE2FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2FF1; }
p { color: rgb(254,47,241); }
H1.HeaderClassName
{
color: #FE2FF1;
}
.AnyTagClassName
{
color: #FE2FF1;
}
</style>
background-color css
<style>
a { background-color: #FE2FF1; }
a { background-color: rgb(254,47,241); }
div.DivClassName
{
background-color: #FE2FF1;
}
.BgClassName
{
background-color: #FE2FF1;
}
</style>
border-color css
<style>
span { border-color: #FE2FF1; }
span { border-color: rgb(254,47,241); }
td.TdClassName
{
border-color: #FE2FF1;
}
.TagClassName
{
border-color: #FE2FF1;
}
</style>