Shades of Razzle Dazzle Rose #F924DB
Tints of Razzle Dazzle Rose #F924DB
RGB
CMYK
RGB Variations
Color information
#F924DB (or 0xF924DB) is known color: Razzle Dazzle Rose. HEX triplet: F9, 24 and DB. RGB value is (249,36,219). Sum of RGB (Red+Green+Blue) = 249+36+219=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 36 (14.45% from 255 or 7.14% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F924DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F924DB is #06DB24. Grayscale: #787878. Windows color (decimal): -449317 or 14361849. OLE color: 14361849.
HSL color Cylindrical-coordinate representation of color #F924DB: hue angle of 308.45º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F924DB is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 36 | 219 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.02 |
| HSL | 308.45º | 0.95% | 0.56% | - |
| HSV(B) | 308.45º | 0.86% | 0.98% | - |
| XYZ | 52.48 | 26.52 | 69.37 | - |
| YUV | 120.55 | 183.57 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 36 | 219 | 0 | 0.86 | 0.12 | 0.02 | 308.45 | 0.95 | 0.56 |
| Hex | F9 | 24 | DB | 0 | 56 | C | 2 | 134 | 5F | 38 |
| Octal | 371 | 44 | 333 | 0 | 126 | 14 | 2 | 464 | 137 | 70 |
| Binary | 11111001 | 100100 | 11011011 | 0 | 1010110 | 1100 | 10 | 100110100 | 1011111 | 111000 |
Color Harmonies of #F924DB
Complementary color
Monochromatic Colors of #F924DB
Black with #F924DB
Text Example
Text Example
White with #F924DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F924DB; }
p { color: rgb(249,36,219); }
H1.HeaderClassName
{
color: #F924DB;
}
.AnyTagClassName
{
color: #F924DB;
}
</style>
background-color css
<style>
a { background-color: #F924DB; }
a { background-color: rgb(249,36,219); }
div.DivClassName
{
background-color: #F924DB;
}
.BgClassName
{
background-color: #F924DB;
}
</style>
border-color css
<style>
span { border-color: #F924DB; }
span { border-color: rgb(249,36,219); }
td.TdClassName
{
border-color: #F924DB;
}
.TagClassName
{
border-color: #F924DB;
}
</style>