Shades of Razzle Dazzle Rose #FD2EF2
Tints of Razzle Dazzle Rose #FD2EF2
RGB
CMYK
RGB Variations
Color information
#FD2EF2 (or 0xFD2EF2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2E and F2. RGB value is (253,46,242). Sum of RGB (Red+Green+Blue) = 253+46+242=541 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.77% from 541); Green value is 46 (18.36% from 255 or 8.50% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2EF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2EF2 is #02D10D. Grayscale: #818181. Windows color (decimal): -184590 or 15871741. OLE color: 15871741.
HSL color Cylindrical-coordinate representation of color #FD2EF2: hue angle of 303.19º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2EF2 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 242 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.01 |
| HSL | 303.19º | 0.98% | 0.59% | - |
| HSV(B) | 303.19º | 0.82% | 0.99% | - |
| XYZ | 57.51 | 29.25 | 86.62 | - |
| YUV | 130.24 | 191.08 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 242 | 0 | 0.82 | 0.04 | 0.01 | 303.19 | 0.98 | 0.59 |
| Hex | FD | 2E | F2 | 0 | 52 | 4 | 1 | 12F | 62 | 3B |
| Octal | 375 | 56 | 362 | 0 | 122 | 4 | 1 | 457 | 142 | 73 |
| Binary | 11111101 | 101110 | 11110010 | 0 | 1010010 | 100 | 1 | 100101111 | 1100010 | 111011 |
Color Harmonies of #FD2EF2
Complementary color
Monochromatic Colors of #FD2EF2
Black with #FD2EF2
Text Example
Text Example
White with #FD2EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2EF2; }
p { color: rgb(253,46,242); }
H1.HeaderClassName
{
color: #FD2EF2;
}
.AnyTagClassName
{
color: #FD2EF2;
}
</style>
background-color css
<style>
a { background-color: #FD2EF2; }
a { background-color: rgb(253,46,242); }
div.DivClassName
{
background-color: #FD2EF2;
}
.BgClassName
{
background-color: #FD2EF2;
}
</style>
border-color css
<style>
span { border-color: #FD2EF2; }
span { border-color: rgb(253,46,242); }
td.TdClassName
{
border-color: #FD2EF2;
}
.TagClassName
{
border-color: #FD2EF2;
}
</style>