Shades of Razzle Dazzle Rose #FF2EF0
Tints of Razzle Dazzle Rose #FF2EF0
RGB
CMYK
RGB Variations
Color information
#FF2EF0 (or 0xFF2EF0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2E and F0. RGB value is (255,46,240). Sum of RGB (Red+Green+Blue) = 255+46+240=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 46 (18.36% from 255 or 8.50% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2EF0 is #00D10F. Grayscale: #828282. Windows color (decimal): -53520 or 15740671. OLE color: 15740671.
HSL color Cylindrical-coordinate representation of color #FF2EF0: hue angle of 304.31º 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 #FF2EF0 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 240 | - |
| CMYK | 0 | 0.82 | 0.06 | 0 |
| HSL | 304.31º | 1% | 0.59% | - |
| HSV(B) | 304.31º | 0.82% | 1% | - |
| XYZ | 57.95 | 29.51 | 85.08 | - |
| YUV | 130.61 | 189.74 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 240 | 0 | 0.82 | 0.06 | 0 | 304.31 | 1 | 0.59 |
| Hex | FF | 2E | F0 | 0 | 52 | 6 | 0 | 130 | 64 | 3B |
| Octal | 377 | 56 | 360 | 0 | 122 | 6 | 0 | 460 | 144 | 73 |
| Binary | 11111111 | 101110 | 11110000 | 0 | 1010010 | 110 | 0 | 100110000 | 1100100 | 111011 |
Color Harmonies of #FF2EF0
Complementary color
Monochromatic Colors of #FF2EF0
Black with #FF2EF0
Text Example
Text Example
White with #FF2EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2EF0; }
p { color: rgb(255,46,240); }
H1.HeaderClassName
{
color: #FF2EF0;
}
.AnyTagClassName
{
color: #FF2EF0;
}
</style>
background-color css
<style>
a { background-color: #FF2EF0; }
a { background-color: rgb(255,46,240); }
div.DivClassName
{
background-color: #FF2EF0;
}
.BgClassName
{
background-color: #FF2EF0;
}
</style>
border-color css
<style>
span { border-color: #FF2EF0; }
span { border-color: rgb(255,46,240); }
td.TdClassName
{
border-color: #FF2EF0;
}
.TagClassName
{
border-color: #FF2EF0;
}
</style>