Shades of Razzle Dazzle Rose #F93ADD
Tints of Razzle Dazzle Rose #F93ADD
RGB
CMYK
RGB Variations
Color information
#F93ADD (or 0xF93ADD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3A and DD. RGB value is (249,58,221). Sum of RGB (Red+Green+Blue) = 249+58+221=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 58 (23.05% from 255 or 10.98% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F93ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93ADD is #06C522. Grayscale: #858585. Windows color (decimal): -443683 or 14498553. OLE color: 14498553.
HSL color Cylindrical-coordinate representation of color #F93ADD: hue angle of 308.8º 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 #F93ADD is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 58 | 221 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.02 |
| HSL | 308.8º | 0.94% | 0.6% | - |
| HSV(B) | 308.8º | 0.77% | 0.98% | - |
| XYZ | 53.63 | 28.39 | 71.06 | - |
| YUV | 133.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 58 | 221 | 0 | 0.77 | 0.11 | 0.02 | 308.8 | 0.94 | 0.6 |
| Hex | F9 | 3A | DD | 0 | 4D | B | 2 | 135 | 5E | 3C |
| Octal | 371 | 72 | 335 | 0 | 115 | 13 | 2 | 465 | 136 | 74 |
| Binary | 11111001 | 111010 | 11011101 | 0 | 1001101 | 1011 | 10 | 100110101 | 1011110 | 111100 |
Color Harmonies of #F93ADD
Complementary color
Monochromatic Colors of #F93ADD
Black with #F93ADD
Text Example
Text Example
White with #F93ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93ADD; }
p { color: rgb(249,58,221); }
H1.HeaderClassName
{
color: #F93ADD;
}
.AnyTagClassName
{
color: #F93ADD;
}
</style>
background-color css
<style>
a { background-color: #F93ADD; }
a { background-color: rgb(249,58,221); }
div.DivClassName
{
background-color: #F93ADD;
}
.BgClassName
{
background-color: #F93ADD;
}
</style>
border-color css
<style>
span { border-color: #F93ADD; }
span { border-color: rgb(249,58,221); }
td.TdClassName
{
border-color: #F93ADD;
}
.TagClassName
{
border-color: #F93ADD;
}
</style>