Shades of Razzle Dazzle Rose #F933DB
Tints of Razzle Dazzle Rose #F933DB
RGB
CMYK
RGB Variations
Color information
#F933DB (or 0xF933DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 33 and DB. RGB value is (249,51,219). Sum of RGB (Red+Green+Blue) = 249+51+219=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 51 (20.31% from 255 or 9.83% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F933DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F933DB is #06CC24. Grayscale: #808080. Windows color (decimal): -445477 or 14365689. OLE color: 14365689.
HSL color Cylindrical-coordinate representation of color #F933DB: hue angle of 309.09º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F933DB is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 219 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.02 |
| HSL | 309.09º | 0.94% | 0.59% | - |
| HSV(B) | 309.09º | 0.8% | 0.98% | - |
| XYZ | 53.04 | 27.62 | 69.55 | - |
| YUV | 129.35 | 178.6 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 219 | 0 | 0.80 | 0.12 | 0.02 | 309.09 | 0.94 | 0.59 |
| Hex | F9 | 33 | DB | 0 | 50 | C | 2 | 135 | 5E | 3B |
| Octal | 371 | 63 | 333 | 0 | 120 | 14 | 2 | 465 | 136 | 73 |
| Binary | 11111001 | 110011 | 11011011 | 0 | 1010000 | 1100 | 10 | 100110101 | 1011110 | 111011 |
Color Harmonies of #F933DB
Complementary color
Monochromatic Colors of #F933DB
Black with #F933DB
Text Example
Text Example
White with #F933DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F933DB; }
p { color: rgb(249,51,219); }
H1.HeaderClassName
{
color: #F933DB;
}
.AnyTagClassName
{
color: #F933DB;
}
</style>
background-color css
<style>
a { background-color: #F933DB; }
a { background-color: rgb(249,51,219); }
div.DivClassName
{
background-color: #F933DB;
}
.BgClassName
{
background-color: #F933DB;
}
</style>
border-color css
<style>
span { border-color: #F933DB; }
span { border-color: rgb(249,51,219); }
td.TdClassName
{
border-color: #F933DB;
}
.TagClassName
{
border-color: #F933DB;
}
</style>