Shades of Razzle Dazzle Rose #FD2EEA
Tints of Razzle Dazzle Rose #FD2EEA
RGB
CMYK
RGB Variations
Color information
#FD2EEA (or 0xFD2EEA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2E and EA. RGB value is (253,46,234). Sum of RGB (Red+Green+Blue) = 253+46+234=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 46 (18.36% from 255 or 8.63% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2EEA is #02D115. Grayscale: #808080. Windows color (decimal): -184598 or 15347453. OLE color: 15347453.
HSL color Cylindrical-coordinate representation of color #FD2EEA: hue angle of 305.51º 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 #FD2EEA is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 234 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.01 |
| HSL | 305.51º | 0.98% | 0.59% | - |
| HSV(B) | 305.51º | 0.82% | 0.99% | - |
| XYZ | 56.34 | 28.78 | 80.43 | - |
| YUV | 129.33 | 187.08 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 234 | 0 | 0.82 | 0.08 | 0.01 | 305.51 | 0.98 | 0.59 |
| Hex | FD | 2E | EA | 0 | 52 | 8 | 1 | 132 | 62 | 3B |
| Octal | 375 | 56 | 352 | 0 | 122 | 10 | 1 | 462 | 142 | 73 |
| Binary | 11111101 | 101110 | 11101010 | 0 | 1010010 | 1000 | 1 | 100110010 | 1100010 | 111011 |
Color Harmonies of #FD2EEA
Complementary color
Monochromatic Colors of #FD2EEA
Black with #FD2EEA
Text Example
Text Example
White with #FD2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2EEA; }
p { color: rgb(253,46,234); }
H1.HeaderClassName
{
color: #FD2EEA;
}
.AnyTagClassName
{
color: #FD2EEA;
}
</style>
background-color css
<style>
a { background-color: #FD2EEA; }
a { background-color: rgb(253,46,234); }
div.DivClassName
{
background-color: #FD2EEA;
}
.BgClassName
{
background-color: #FD2EEA;
}
</style>
border-color css
<style>
span { border-color: #FD2EEA; }
span { border-color: rgb(253,46,234); }
td.TdClassName
{
border-color: #FD2EEA;
}
.TagClassName
{
border-color: #FD2EEA;
}
</style>