Shades of Razzle Dazzle Rose #F93ADE
Tints of Razzle Dazzle Rose #F93ADE
RGB
CMYK
RGB Variations
Color information
#F93ADE (or 0xF93ADE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and DE. RGB value is (249,58,222). Sum of RGB (Red+Green+Blue) = 249+58+222=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 58 (23.05% from 255 or 10.96% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ADE is #06C521. Grayscale: #858585. Windows color (decimal): -443682 or 14564089. OLE color: 14564089.
HSL color Cylindrical-coordinate representation of color #F93ADE: hue angle of 308.48º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F93ADE is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 222 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.02 |
| HSL | 308.48º | 0.94% | 0.6% | - |
| HSV(B) | 308.48º | 0.77% | 0.98% | - |
| XYZ | 53.76 | 28.44 | 71.76 | - |
| YUV | 133.81 | 177.78 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 222 | 0 | 0.77 | 0.11 | 0.02 | 308.48 | 0.94 | 0.6 |
| Hex | F9 | 3A | DE | 0 | 4D | B | 2 | 134 | 5E | 3C |
| Octal | 371 | 72 | 336 | 0 | 115 | 13 | 2 | 464 | 136 | 74 |
| Binary | 11111001 | 111010 | 11011110 | 0 | 1001101 | 1011 | 10 | 100110100 | 1011110 | 111100 |
Color Harmonies of #F93ADE
Complementary color
Monochromatic Colors of #F93ADE
Black with #F93ADE
Text Example
Text Example
White with #F93ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93ADE; }
p { color: rgb(249,58,222); }
H1.HeaderClassName
{
color: #F93ADE;
}
.AnyTagClassName
{
color: #F93ADE;
}
</style>
background-color css
<style>
a { background-color: #F93ADE; }
a { background-color: rgb(249,58,222); }
div.DivClassName
{
background-color: #F93ADE;
}
.BgClassName
{
background-color: #F93ADE;
}
</style>
border-color css
<style>
span { border-color: #F93ADE; }
span { border-color: rgb(249,58,222); }
td.TdClassName
{
border-color: #F93ADE;
}
.TagClassName
{
border-color: #F93ADE;
}
</style>