Shades of Razzle Dazzle Rose #F93EDE
Tints of Razzle Dazzle Rose #F93EDE
RGB
CMYK
RGB Variations
Color information
#F93EDE (or 0xF93EDE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3E and DE. RGB value is (249,62,222). Sum of RGB (Red+Green+Blue) = 249+62+222=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 62 (24.61% from 255 or 11.63% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F93EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93EDE is #06C121. Grayscale: #878787. Windows color (decimal): -442658 or 14565113. OLE color: 14565113.
HSL color Cylindrical-coordinate representation of color #F93EDE: hue angle of 308.66º 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 #F93EDE is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 62 | 222 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.02 |
| HSL | 308.66º | 0.94% | 0.61% | - |
| HSV(B) | 308.66º | 0.75% | 0.98% | - |
| XYZ | 53.97 | 28.86 | 71.83 | - |
| YUV | 136.15 | 176.45 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 62 | 222 | 0 | 0.75 | 0.11 | 0.02 | 308.66 | 0.94 | 0.61 |
| Hex | F9 | 3E | DE | 0 | 4B | B | 2 | 135 | 5E | 3D |
| Octal | 371 | 76 | 336 | 0 | 113 | 13 | 2 | 465 | 136 | 75 |
| Binary | 11111001 | 111110 | 11011110 | 0 | 1001011 | 1011 | 10 | 100110101 | 1011110 | 111101 |
Color Harmonies of #F93EDE
Complementary color
Monochromatic Colors of #F93EDE
Black with #F93EDE
Text Example
Text Example
White with #F93EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93EDE; }
p { color: rgb(249,62,222); }
H1.HeaderClassName
{
color: #F93EDE;
}
.AnyTagClassName
{
color: #F93EDE;
}
</style>
background-color css
<style>
a { background-color: #F93EDE; }
a { background-color: rgb(249,62,222); }
div.DivClassName
{
background-color: #F93EDE;
}
.BgClassName
{
background-color: #F93EDE;
}
</style>
border-color css
<style>
span { border-color: #F93EDE; }
span { border-color: rgb(249,62,222); }
td.TdClassName
{
border-color: #F93EDE;
}
.TagClassName
{
border-color: #F93EDE;
}
</style>