Shades of Razzle Dazzle Rose #F936DB
Tints of Razzle Dazzle Rose #F936DB
RGB
CMYK
RGB Variations
Color information
#F936DB (or 0xF936DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 36 and DB. RGB value is (249,54,219). Sum of RGB (Red+Green+Blue) = 249+54+219=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 54 (21.48% from 255 or 10.34% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F936DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F936DB is #06C924. Grayscale: #828282. Windows color (decimal): -444709 or 14366457. OLE color: 14366457.
HSL color Cylindrical-coordinate representation of color #F936DB: hue angle of 309.23º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F936DB is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 219 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.02 |
| HSL | 309.23º | 0.94% | 0.59% | - |
| HSV(B) | 309.23º | 0.78% | 0.98% | - |
| XYZ | 53.17 | 27.89 | 69.6 | - |
| YUV | 131.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 219 | 0 | 0.78 | 0.12 | 0.02 | 309.23 | 0.94 | 0.59 |
| Hex | F9 | 36 | DB | 0 | 4E | C | 2 | 135 | 5E | 3B |
| Octal | 371 | 66 | 333 | 0 | 116 | 14 | 2 | 465 | 136 | 73 |
| Binary | 11111001 | 110110 | 11011011 | 0 | 1001110 | 1100 | 10 | 100110101 | 1011110 | 111011 |
Color Harmonies of #F936DB
Complementary color
Monochromatic Colors of #F936DB
Black with #F936DB
Text Example
Text Example
White with #F936DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F936DB; }
p { color: rgb(249,54,219); }
H1.HeaderClassName
{
color: #F936DB;
}
.AnyTagClassName
{
color: #F936DB;
}
</style>
background-color css
<style>
a { background-color: #F936DB; }
a { background-color: rgb(249,54,219); }
div.DivClassName
{
background-color: #F936DB;
}
.BgClassName
{
background-color: #F936DB;
}
</style>
border-color css
<style>
span { border-color: #F936DB; }
span { border-color: rgb(249,54,219); }
td.TdClassName
{
border-color: #F936DB;
}
.TagClassName
{
border-color: #F936DB;
}
</style>