Shades of Razzle Dazzle Rose #F944DB
Tints of Razzle Dazzle Rose #F944DB
RGB
CMYK
RGB Variations
Color information
#F944DB (or 0xF944DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 44 and DB. RGB value is (249,68,219). Sum of RGB (Red+Green+Blue) = 249+68+219=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 68 (26.95% from 255 or 12.69% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F944DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F944DB is #06BB24. Grayscale: #8A8A8A. Windows color (decimal): -441125 or 14370041. OLE color: 14370041.
HSL color Cylindrical-coordinate representation of color #F944DB: hue angle of 309.94º 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 #F944DB is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 68 | 219 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.02 |
| HSL | 309.94º | 0.94% | 0.62% | - |
| HSV(B) | 309.94º | 0.73% | 0.98% | - |
| XYZ | 53.92 | 29.39 | 69.85 | - |
| YUV | 139.33 | 172.97 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 68 | 219 | 0 | 0.73 | 0.12 | 0.02 | 309.94 | 0.94 | 0.62 |
| Hex | F9 | 44 | DB | 0 | 49 | C | 2 | 136 | 5E | 3E |
| Octal | 371 | 104 | 333 | 0 | 111 | 14 | 2 | 466 | 136 | 76 |
| Binary | 11111001 | 1000100 | 11011011 | 0 | 1001001 | 1100 | 10 | 100110110 | 1011110 | 111110 |
Color Harmonies of #F944DB
Complementary color
Monochromatic Colors of #F944DB
Black with #F944DB
Text Example
Text Example
White with #F944DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F944DB; }
p { color: rgb(249,68,219); }
H1.HeaderClassName
{
color: #F944DB;
}
.AnyTagClassName
{
color: #F944DB;
}
</style>
background-color css
<style>
a { background-color: #F944DB; }
a { background-color: rgb(249,68,219); }
div.DivClassName
{
background-color: #F944DB;
}
.BgClassName
{
background-color: #F944DB;
}
</style>
border-color css
<style>
span { border-color: #F944DB; }
span { border-color: rgb(249,68,219); }
td.TdClassName
{
border-color: #F944DB;
}
.TagClassName
{
border-color: #F944DB;
}
</style>