Shades of Razzle Dazzle Rose #F93EDD
Tints of Razzle Dazzle Rose #F93EDD
RGB
CMYK
RGB Variations
Color information
#F93EDD (or 0xF93EDD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3E and DD. RGB value is (249,62,221). Sum of RGB (Red+Green+Blue) = 249+62+221=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 62 (24.61% from 255 or 11.65% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F93EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93EDD is #06C122. Grayscale: #878787. Windows color (decimal): -442659 or 14499577. OLE color: 14499577.
HSL color Cylindrical-coordinate representation of color #F93EDD: hue angle of 308.98º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93EDD is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 62 | 221 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.02 |
| HSL | 308.98º | 0.94% | 0.61% | - |
| HSV(B) | 308.98º | 0.75% | 0.98% | - |
| XYZ | 53.84 | 28.81 | 71.13 | - |
| YUV | 136.04 | 175.95 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 62 | 221 | 0 | 0.75 | 0.11 | 0.02 | 308.98 | 0.94 | 0.61 |
| Hex | F9 | 3E | DD | 0 | 4B | B | 2 | 135 | 5E | 3D |
| Octal | 371 | 76 | 335 | 0 | 113 | 13 | 2 | 465 | 136 | 75 |
| Binary | 11111001 | 111110 | 11011101 | 0 | 1001011 | 1011 | 10 | 100110101 | 1011110 | 111101 |
Color Harmonies of #F93EDD
Complementary color
Monochromatic Colors of #F93EDD
Black with #F93EDD
Text Example
Text Example
White with #F93EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93EDD; }
p { color: rgb(249,62,221); }
H1.HeaderClassName
{
color: #F93EDD;
}
.AnyTagClassName
{
color: #F93EDD;
}
</style>
background-color css
<style>
a { background-color: #F93EDD; }
a { background-color: rgb(249,62,221); }
div.DivClassName
{
background-color: #F93EDD;
}
.BgClassName
{
background-color: #F93EDD;
}
</style>
border-color css
<style>
span { border-color: #F93EDD; }
span { border-color: rgb(249,62,221); }
td.TdClassName
{
border-color: #F93EDD;
}
.TagClassName
{
border-color: #F93EDD;
}
</style>