Shades of Razzle Dazzle Rose #F942DB
Tints of Razzle Dazzle Rose #F942DB
RGB
CMYK
RGB Variations
Color information
#F942DB (or 0xF942DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 42 and DB. RGB value is (249,66,219). Sum of RGB (Red+Green+Blue) = 249+66+219=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 66 (26.17% from 255 or 12.36% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F942DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F942DB is #06BD24. Grayscale: #898989. Windows color (decimal): -441637 or 14369529. OLE color: 14369529.
HSL color Cylindrical-coordinate representation of color #F942DB: hue angle of 309.84º 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 #F942DB is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 219 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.02 |
| HSL | 309.84º | 0.94% | 0.62% | - |
| HSV(B) | 309.84º | 0.73% | 0.98% | - |
| XYZ | 53.8 | 29.15 | 69.81 | - |
| YUV | 138.16 | 173.63 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 219 | 0 | 0.73 | 0.12 | 0.02 | 309.84 | 0.94 | 0.62 |
| Hex | F9 | 42 | DB | 0 | 49 | C | 2 | 136 | 5E | 3E |
| Octal | 371 | 102 | 333 | 0 | 111 | 14 | 2 | 466 | 136 | 76 |
| Binary | 11111001 | 1000010 | 11011011 | 0 | 1001001 | 1100 | 10 | 100110110 | 1011110 | 111110 |
Color Harmonies of #F942DB
Complementary color
Monochromatic Colors of #F942DB
Black with #F942DB
Text Example
Text Example
White with #F942DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F942DB; }
p { color: rgb(249,66,219); }
H1.HeaderClassName
{
color: #F942DB;
}
.AnyTagClassName
{
color: #F942DB;
}
</style>
background-color css
<style>
a { background-color: #F942DB; }
a { background-color: rgb(249,66,219); }
div.DivClassName
{
background-color: #F942DB;
}
.BgClassName
{
background-color: #F942DB;
}
</style>
border-color css
<style>
span { border-color: #F942DB; }
span { border-color: rgb(249,66,219); }
td.TdClassName
{
border-color: #F942DB;
}
.TagClassName
{
border-color: #F942DB;
}
</style>