Shades of Razzle Dazzle Rose #F93FDB
Tints of Razzle Dazzle Rose #F93FDB
RGB
CMYK
RGB Variations
Color information
#F93FDB (or 0xF93FDB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 3F and DB. RGB value is (249,63,219). Sum of RGB (Red+Green+Blue) = 249+63+219=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 63 (25% from 255 or 11.86% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F93FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F93FDB is #06C024. Grayscale: #878787. Windows color (decimal): -442405 or 14368761. OLE color: 14368761.
HSL color Cylindrical-coordinate representation of color #F93FDB: hue angle of 309.68º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93FDB is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 219 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.02 |
| HSL | 309.68º | 0.94% | 0.61% | - |
| HSV(B) | 309.68º | 0.75% | 0.98% | - |
| XYZ | 53.63 | 28.81 | 69.75 | - |
| YUV | 136.4 | 174.62 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 219 | 0 | 0.75 | 0.12 | 0.02 | 309.68 | 0.94 | 0.61 |
| Hex | F9 | 3F | DB | 0 | 4B | C | 2 | 136 | 5E | 3D |
| Octal | 371 | 77 | 333 | 0 | 113 | 14 | 2 | 466 | 136 | 75 |
| Binary | 11111001 | 111111 | 11011011 | 0 | 1001011 | 1100 | 10 | 100110110 | 1011110 | 111101 |
Color Harmonies of #F93FDB
Complementary color
Monochromatic Colors of #F93FDB
Black with #F93FDB
Text Example
Text Example
White with #F93FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93FDB; }
p { color: rgb(249,63,219); }
H1.HeaderClassName
{
color: #F93FDB;
}
.AnyTagClassName
{
color: #F93FDB;
}
</style>
background-color css
<style>
a { background-color: #F93FDB; }
a { background-color: rgb(249,63,219); }
div.DivClassName
{
background-color: #F93FDB;
}
.BgClassName
{
background-color: #F93FDB;
}
</style>
border-color css
<style>
span { border-color: #F93FDB; }
span { border-color: rgb(249,63,219); }
td.TdClassName
{
border-color: #F93FDB;
}
.TagClassName
{
border-color: #F93FDB;
}
</style>