Shades of Razzle Dazzle Rose #F224D6
Tints of Razzle Dazzle Rose #F224D6
RGB
CMYK
RGB Variations
Color information
#F224D6 (or 0xF224D6) is known color: Razzle Dazzle Rose. HEX triplet: F2, 24 and D6. RGB value is (242,36,214). Sum of RGB (Red+Green+Blue) = 242+36+214=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 36 (14.45% from 255 or 7.32% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F224D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F224D6 is #0DDB29. Grayscale: #757575. Windows color (decimal): -908074 or 14034162. OLE color: 14034162.
HSL color Cylindrical-coordinate representation of color #F224D6: hue angle of 308.16º 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 #F224D6 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 214 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.05 |
| HSL | 308.16º | 0.89% | 0.55% | - |
| HSV(B) | 308.16º | 0.85% | 0.95% | - |
| XYZ | 49.39 | 24.99 | 65.84 | - |
| YUV | 117.89 | 182.25 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 214 | 0 | 0.85 | 0.12 | 0.05 | 308.16 | 0.89 | 0.55 |
| Hex | F2 | 24 | D6 | 0 | 55 | C | 5 | 134 | 59 | 37 |
| Octal | 362 | 44 | 326 | 0 | 125 | 14 | 5 | 464 | 131 | 67 |
| Binary | 11110010 | 100100 | 11010110 | 0 | 1010101 | 1100 | 101 | 100110100 | 1011001 | 110111 |
Color Harmonies of #F224D6
Complementary color
Monochromatic Colors of #F224D6
Black with #F224D6
Text Example
Text Example
White with #F224D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224D6; }
p { color: rgb(242,36,214); }
H1.HeaderClassName
{
color: #F224D6;
}
.AnyTagClassName
{
color: #F224D6;
}
</style>
background-color css
<style>
a { background-color: #F224D6; }
a { background-color: rgb(242,36,214); }
div.DivClassName
{
background-color: #F224D6;
}
.BgClassName
{
background-color: #F224D6;
}
</style>
border-color css
<style>
span { border-color: #F224D6; }
span { border-color: rgb(242,36,214); }
td.TdClassName
{
border-color: #F224D6;
}
.TagClassName
{
border-color: #F224D6;
}
</style>