Shades of Razzle Dazzle Rose #F224DB
Tints of Razzle Dazzle Rose #F224DB
RGB
CMYK
RGB Variations
Color information
#F224DB (or 0xF224DB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 24 and DB. RGB value is (242,36,219). Sum of RGB (Red+Green+Blue) = 242+36+219=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F224DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F224DB is #0DDB24. Grayscale: #757575. Windows color (decimal): -908069 or 14361842. OLE color: 14361842.
HSL color Cylindrical-coordinate representation of color #F224DB: hue angle of 306.7º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F224DB is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 219 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.05 |
| HSL | 306.7º | 0.89% | 0.55% | - |
| HSV(B) | 306.7º | 0.85% | 0.95% | - |
| XYZ | 50.04 | 25.25 | 69.26 | - |
| YUV | 118.46 | 184.75 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 219 | 0 | 0.85 | 0.10 | 0.05 | 306.7 | 0.89 | 0.55 |
| Hex | F2 | 24 | DB | 0 | 55 | A | 5 | 133 | 59 | 37 |
| Octal | 362 | 44 | 333 | 0 | 125 | 12 | 5 | 463 | 131 | 67 |
| Binary | 11110010 | 100100 | 11011011 | 0 | 1010101 | 1010 | 101 | 100110011 | 1011001 | 110111 |
Color Harmonies of #F224DB
Complementary color
Monochromatic Colors of #F224DB
Black with #F224DB
Text Example
Text Example
White with #F224DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224DB; }
p { color: rgb(242,36,219); }
H1.HeaderClassName
{
color: #F224DB;
}
.AnyTagClassName
{
color: #F224DB;
}
</style>
background-color css
<style>
a { background-color: #F224DB; }
a { background-color: rgb(242,36,219); }
div.DivClassName
{
background-color: #F224DB;
}
.BgClassName
{
background-color: #F224DB;
}
</style>
border-color css
<style>
span { border-color: #F224DB; }
span { border-color: rgb(242,36,219); }
td.TdClassName
{
border-color: #F224DB;
}
.TagClassName
{
border-color: #F224DB;
}
</style>