Shades of Razzle Dazzle Rose #F224D4
Tints of Razzle Dazzle Rose #F224D4
RGB
CMYK
RGB Variations
Color information
#F224D4 (or 0xF224D4) is known color: Razzle Dazzle Rose. HEX triplet: F2, 24 and D4. RGB value is (242,36,212). Sum of RGB (Red+Green+Blue) = 242+36+212=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F224D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F224D4 is #0DDB2B. Grayscale: #757575. Windows color (decimal): -908076 or 13903090. OLE color: 13903090.
HSL color Cylindrical-coordinate representation of color #F224D4: hue angle of 308.74º 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 #F224D4 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 36 | 212 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.05 |
| HSL | 308.74º | 0.89% | 0.55% | - |
| HSV(B) | 308.74º | 0.85% | 0.95% | - |
| XYZ | 49.13 | 24.89 | 64.5 | - |
| YUV | 117.66 | 181.25 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 36 | 212 | 0 | 0.85 | 0.12 | 0.05 | 308.74 | 0.89 | 0.55 |
| Hex | F2 | 24 | D4 | 0 | 55 | C | 5 | 135 | 59 | 37 |
| Octal | 362 | 44 | 324 | 0 | 125 | 14 | 5 | 465 | 131 | 67 |
| Binary | 11110010 | 100100 | 11010100 | 0 | 1010101 | 1100 | 101 | 100110101 | 1011001 | 110111 |
Color Harmonies of #F224D4
Complementary color
Monochromatic Colors of #F224D4
Black with #F224D4
Text Example
Text Example
White with #F224D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F224D4; }
p { color: rgb(242,36,212); }
H1.HeaderClassName
{
color: #F224D4;
}
.AnyTagClassName
{
color: #F224D4;
}
</style>
background-color css
<style>
a { background-color: #F224D4; }
a { background-color: rgb(242,36,212); }
div.DivClassName
{
background-color: #F224D4;
}
.BgClassName
{
background-color: #F224D4;
}
</style>
border-color css
<style>
span { border-color: #F224D4; }
span { border-color: rgb(242,36,212); }
td.TdClassName
{
border-color: #F224D4;
}
.TagClassName
{
border-color: #F224D4;
}
</style>