Shades of Razzle Dazzle Rose #F224DA
Tints of Razzle Dazzle Rose #F224DA
RGB
CMYK
RGB Variations
Color information
#F224DA (or 0xF224DA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 24 and DA. RGB value is (242,36,218). Sum of RGB (Red+Green+Blue) = 242+36+218=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 36 (14.45% from 255 or 7.26% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F224DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F224DA is #0DDB25. Grayscale: #757575. Windows color (decimal): -908070 or 14296306. OLE color: 14296306.
HSL color Cylindrical-coordinate representation of color #F224DA: hue angle of 306.99º 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 #F224DA is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 218 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.05 |
| HSL | 306.99º | 0.89% | 0.55% | - |
| HSV(B) | 306.99º | 0.85% | 0.95% | - |
| XYZ | 49.9 | 25.2 | 68.56 | - |
| YUV | 118.34 | 184.25 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 218 | 0 | 0.85 | 0.10 | 0.05 | 306.99 | 0.89 | 0.55 |
| Hex | F2 | 24 | DA | 0 | 55 | A | 5 | 133 | 59 | 37 |
| Octal | 362 | 44 | 332 | 0 | 125 | 12 | 5 | 463 | 131 | 67 |
| Binary | 11110010 | 100100 | 11011010 | 0 | 1010101 | 1010 | 101 | 100110011 | 1011001 | 110111 |
Color Harmonies of #F224DA
Complementary color
Monochromatic Colors of #F224DA
Black with #F224DA
Text Example
Text Example
White with #F224DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224DA; }
p { color: rgb(242,36,218); }
H1.HeaderClassName
{
color: #F224DA;
}
.AnyTagClassName
{
color: #F224DA;
}
</style>
background-color css
<style>
a { background-color: #F224DA; }
a { background-color: rgb(242,36,218); }
div.DivClassName
{
background-color: #F224DA;
}
.BgClassName
{
background-color: #F224DA;
}
</style>
border-color css
<style>
span { border-color: #F224DA; }
span { border-color: rgb(242,36,218); }
td.TdClassName
{
border-color: #F224DA;
}
.TagClassName
{
border-color: #F224DA;
}
</style>