Shades of Razzle Dazzle Rose #FF2EF1
Tints of Razzle Dazzle Rose #FF2EF1
RGB
CMYK
RGB Variations
Color information
#FF2EF1 (or 0xFF2EF1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and F1. RGB value is (255,46,241). Sum of RGB (Red+Green+Blue) = 255+46+241=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 46 (18.36% from 255 or 8.49% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2EF1 is #00D10E. Grayscale: #828282. Windows color (decimal): -53519 or 15806207. OLE color: 15806207.
HSL color Cylindrical-coordinate representation of color #FF2EF1: hue angle of 304.02º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EF1 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 241 | - |
| CMYK | 0 | 0.82 | 0.05 | 0 |
| HSL | 304.02º | 1% | 0.59% | - |
| HSV(B) | 304.02º | 0.82% | 1% | - |
| XYZ | 58.09 | 29.56 | 85.86 | - |
| YUV | 130.72 | 190.24 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 241 | 0 | 0.82 | 0.05 | 0 | 304.02 | 1 | 0.59 |
| Hex | FF | 2E | F1 | 0 | 52 | 5 | 0 | 130 | 64 | 3B |
| Octal | 377 | 56 | 361 | 0 | 122 | 5 | 0 | 460 | 144 | 73 |
| Binary | 11111111 | 101110 | 11110001 | 0 | 1010010 | 101 | 0 | 100110000 | 1100100 | 111011 |
Color Harmonies of #FF2EF1
Complementary color
Monochromatic Colors of #FF2EF1
Black with #FF2EF1
Text Example
Text Example
White with #FF2EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EF1; }
p { color: rgb(255,46,241); }
H1.HeaderClassName
{
color: #FF2EF1;
}
.AnyTagClassName
{
color: #FF2EF1;
}
</style>
background-color css
<style>
a { background-color: #FF2EF1; }
a { background-color: rgb(255,46,241); }
div.DivClassName
{
background-color: #FF2EF1;
}
.BgClassName
{
background-color: #FF2EF1;
}
</style>
border-color css
<style>
span { border-color: #FF2EF1; }
span { border-color: rgb(255,46,241); }
td.TdClassName
{
border-color: #FF2EF1;
}
.TagClassName
{
border-color: #FF2EF1;
}
</style>