Shades of Razzle Dazzle Rose #F224D9
Tints of Razzle Dazzle Rose #F224D9
RGB
CMYK
RGB Variations
Color information
#F224D9 (or 0xF224D9) is known color: Razzle Dazzle Rose. HEX triplet: F2, 24 and D9. RGB value is (242,36,217). Sum of RGB (Red+Green+Blue) = 242+36+217=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 36 (14.45% from 255 or 7.27% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F224D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F224D9 is #0DDB26. Grayscale: #757575. Windows color (decimal): -908071 or 14230770. OLE color: 14230770.
HSL color Cylindrical-coordinate representation of color #F224D9: hue angle of 307.28º 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 #F224D9 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 217 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.05 |
| HSL | 307.28º | 0.89% | 0.55% | - |
| HSV(B) | 307.28º | 0.85% | 0.95% | - |
| XYZ | 49.77 | 25.15 | 67.88 | - |
| YUV | 118.23 | 183.75 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 217 | 0 | 0.85 | 0.10 | 0.05 | 307.28 | 0.89 | 0.55 |
| Hex | F2 | 24 | D9 | 0 | 55 | A | 5 | 133 | 59 | 37 |
| Octal | 362 | 44 | 331 | 0 | 125 | 12 | 5 | 463 | 131 | 67 |
| Binary | 11110010 | 100100 | 11011001 | 0 | 1010101 | 1010 | 101 | 100110011 | 1011001 | 110111 |
Color Harmonies of #F224D9
Complementary color
Monochromatic Colors of #F224D9
Black with #F224D9
Text Example
Text Example
White with #F224D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224D9; }
p { color: rgb(242,36,217); }
H1.HeaderClassName
{
color: #F224D9;
}
.AnyTagClassName
{
color: #F224D9;
}
</style>
background-color css
<style>
a { background-color: #F224D9; }
a { background-color: rgb(242,36,217); }
div.DivClassName
{
background-color: #F224D9;
}
.BgClassName
{
background-color: #F224D9;
}
</style>
border-color css
<style>
span { border-color: #F224D9; }
span { border-color: rgb(242,36,217); }
td.TdClassName
{
border-color: #F224D9;
}
.TagClassName
{
border-color: #F224D9;
}
</style>