Shades of Razzle Dazzle Rose #F93FDD
Tints of Razzle Dazzle Rose #F93FDD
RGB
CMYK
RGB Variations
Color information
#F93FDD (or 0xF93FDD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3F and DD. RGB value is (249,63,221). Sum of RGB (Red+Green+Blue) = 249+63+221=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 63 (25% from 255 or 11.82% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93FDD is #06C022. Grayscale: #888888. Windows color (decimal): -442403 or 14499833. OLE color: 14499833.
HSL color Cylindrical-coordinate representation of color #F93FDD: hue angle of 309.03º 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 #F93FDD is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 221 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.02 |
| HSL | 309.03º | 0.94% | 0.61% | - |
| HSV(B) | 309.03º | 0.75% | 0.98% | - |
| XYZ | 53.9 | 28.92 | 71.15 | - |
| YUV | 136.63 | 175.62 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 221 | 0 | 0.75 | 0.11 | 0.02 | 309.03 | 0.94 | 0.61 |
| Hex | F9 | 3F | DD | 0 | 4B | B | 2 | 135 | 5E | 3D |
| Octal | 371 | 77 | 335 | 0 | 113 | 13 | 2 | 465 | 136 | 75 |
| Binary | 11111001 | 111111 | 11011101 | 0 | 1001011 | 1011 | 10 | 100110101 | 1011110 | 111101 |
Color Harmonies of #F93FDD
Complementary color
Monochromatic Colors of #F93FDD
Black with #F93FDD
Text Example
Text Example
White with #F93FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93FDD; }
p { color: rgb(249,63,221); }
H1.HeaderClassName
{
color: #F93FDD;
}
.AnyTagClassName
{
color: #F93FDD;
}
</style>
background-color css
<style>
a { background-color: #F93FDD; }
a { background-color: rgb(249,63,221); }
div.DivClassName
{
background-color: #F93FDD;
}
.BgClassName
{
background-color: #F93FDD;
}
</style>
border-color css
<style>
span { border-color: #F93FDD; }
span { border-color: rgb(249,63,221); }
td.TdClassName
{
border-color: #F93FDD;
}
.TagClassName
{
border-color: #F93FDD;
}
</style>