Shades of Razzle Dazzle Rose #FF2EF2
Tints of Razzle Dazzle Rose #FF2EF2
RGB
CMYK
RGB Variations
Color information
#FF2EF2 (or 0xFF2EF2) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and F2. RGB value is (255,46,242). Sum of RGB (Red+Green+Blue) = 255+46+242=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 46 (18.36% from 255 or 8.47% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2EF2 is #00D10D. Grayscale: #828282. Windows color (decimal): -53518 or 15871743. OLE color: 15871743.
HSL color Cylindrical-coordinate representation of color #FF2EF2: hue angle of 303.73º 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 #FF2EF2 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 242 | - |
| CMYK | 0 | 0.82 | 0.05 | 0 |
| HSL | 303.73º | 1% | 0.59% | - |
| HSV(B) | 303.73º | 0.82% | 1% | - |
| XYZ | 58.24 | 29.62 | 86.65 | - |
| YUV | 130.84 | 190.74 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 242 | 0 | 0.82 | 0.05 | 0 | 303.73 | 1 | 0.59 |
| Hex | FF | 2E | F2 | 0 | 52 | 5 | 0 | 130 | 64 | 3B |
| Octal | 377 | 56 | 362 | 0 | 122 | 5 | 0 | 460 | 144 | 73 |
| Binary | 11111111 | 101110 | 11110010 | 0 | 1010010 | 101 | 0 | 100110000 | 1100100 | 111011 |
Color Harmonies of #FF2EF2
Complementary color
Monochromatic Colors of #FF2EF2
Black with #FF2EF2
Text Example
Text Example
White with #FF2EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EF2; }
p { color: rgb(255,46,242); }
H1.HeaderClassName
{
color: #FF2EF2;
}
.AnyTagClassName
{
color: #FF2EF2;
}
</style>
background-color css
<style>
a { background-color: #FF2EF2; }
a { background-color: rgb(255,46,242); }
div.DivClassName
{
background-color: #FF2EF2;
}
.BgClassName
{
background-color: #FF2EF2;
}
</style>
border-color css
<style>
span { border-color: #FF2EF2; }
span { border-color: rgb(255,46,242); }
td.TdClassName
{
border-color: #FF2EF2;
}
.TagClassName
{
border-color: #FF2EF2;
}
</style>