Shades of Razzle Dazzle Rose #F93BDB
Tints of Razzle Dazzle Rose #F93BDB
RGB
CMYK
RGB Variations
Color information
#F93BDB (or 0xF93BDB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3B and DB. RGB value is (249,59,219). Sum of RGB (Red+Green+Blue) = 249+59+219=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 59 (23.44% from 255 or 11.20% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F93BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93BDB is #06C424. Grayscale: #858585. Windows color (decimal): -443429 or 14367737. OLE color: 14367737.
HSL color Cylindrical-coordinate representation of color #F93BDB: hue angle of 309.47º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93BDB is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 59 | 219 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.02 |
| HSL | 309.47º | 0.94% | 0.6% | - |
| HSV(B) | 309.47º | 0.76% | 0.98% | - |
| XYZ | 53.42 | 28.38 | 69.68 | - |
| YUV | 134.05 | 175.95 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 59 | 219 | 0 | 0.76 | 0.12 | 0.02 | 309.47 | 0.94 | 0.6 |
| Hex | F9 | 3B | DB | 0 | 4C | C | 2 | 135 | 5E | 3C |
| Octal | 371 | 73 | 333 | 0 | 114 | 14 | 2 | 465 | 136 | 74 |
| Binary | 11111001 | 111011 | 11011011 | 0 | 1001100 | 1100 | 10 | 100110101 | 1011110 | 111100 |
Color Harmonies of #F93BDB
Complementary color
Monochromatic Colors of #F93BDB
Black with #F93BDB
Text Example
Text Example
White with #F93BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93BDB; }
p { color: rgb(249,59,219); }
H1.HeaderClassName
{
color: #F93BDB;
}
.AnyTagClassName
{
color: #F93BDB;
}
</style>
background-color css
<style>
a { background-color: #F93BDB; }
a { background-color: rgb(249,59,219); }
div.DivClassName
{
background-color: #F93BDB;
}
.BgClassName
{
background-color: #F93BDB;
}
</style>
border-color css
<style>
span { border-color: #F93BDB; }
span { border-color: rgb(249,59,219); }
td.TdClassName
{
border-color: #F93BDB;
}
.TagClassName
{
border-color: #F93BDB;
}
</style>