Shades of Razzle Dazzle Rose #F943DD
Tints of Razzle Dazzle Rose #F943DD
RGB
CMYK
RGB Variations
Color information
#F943DD (or 0xF943DD) is known color: Razzle Dazzle Rose. HEX triplet: F9, 43 and DD. RGB value is (249,67,221). Sum of RGB (Red+Green+Blue) = 249+67+221=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 67 (26.56% from 255 or 12.48% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F943DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F943DD is #06BC22. Grayscale: #8A8A8A. Windows color (decimal): -441379 or 14500857. OLE color: 14500857.
HSL color Cylindrical-coordinate representation of color #F943DD: hue angle of 309.23º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F943DD is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 67 | 221 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.02 |
| HSL | 309.23º | 0.94% | 0.62% | - |
| HSV(B) | 309.23º | 0.73% | 0.98% | - |
| XYZ | 54.13 | 29.37 | 71.22 | - |
| YUV | 138.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 67 | 221 | 0 | 0.73 | 0.11 | 0.02 | 309.23 | 0.94 | 0.62 |
| Hex | F9 | 43 | DD | 0 | 49 | B | 2 | 135 | 5E | 3E |
| Octal | 371 | 103 | 335 | 0 | 111 | 13 | 2 | 465 | 136 | 76 |
| Binary | 11111001 | 1000011 | 11011101 | 0 | 1001001 | 1011 | 10 | 100110101 | 1011110 | 111110 |
Color Harmonies of #F943DD
Complementary color
Monochromatic Colors of #F943DD
Black with #F943DD
Text Example
Text Example
White with #F943DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F943DD; }
p { color: rgb(249,67,221); }
H1.HeaderClassName
{
color: #F943DD;
}
.AnyTagClassName
{
color: #F943DD;
}
</style>
background-color css
<style>
a { background-color: #F943DD; }
a { background-color: rgb(249,67,221); }
div.DivClassName
{
background-color: #F943DD;
}
.BgClassName
{
background-color: #F943DD;
}
</style>
border-color css
<style>
span { border-color: #F943DD; }
span { border-color: rgb(249,67,221); }
td.TdClassName
{
border-color: #F943DD;
}
.TagClassName
{
border-color: #F943DD;
}
</style>