Shades of Razzle Dazzle Rose #F229D8
Tints of Razzle Dazzle Rose #F229D8
RGB
CMYK
RGB Variations
Color information
#F229D8 (or 0xF229D8) is known color: Razzle Dazzle Rose. HEX triplet: F2, 29 and D8. RGB value is (242,41,216). Sum of RGB (Red+Green+Blue) = 242+41+216=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 41 (16.41% from 255 or 8.22% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F229D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F229D8 is #0DD627. Grayscale: #787878. Windows color (decimal): -906792 or 14166514. OLE color: 14166514.
HSL color Cylindrical-coordinate representation of color #F229D8: hue angle of 307.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F229D8 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 216 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.05 |
| HSL | 307.76º | 0.89% | 0.55% | - |
| HSV(B) | 307.76º | 0.83% | 0.95% | - |
| XYZ | 49.81 | 25.42 | 67.25 | - |
| YUV | 121.05 | 181.59 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 216 | 0 | 0.83 | 0.11 | 0.05 | 307.76 | 0.89 | 0.55 |
| Hex | F2 | 29 | D8 | 0 | 53 | B | 5 | 134 | 59 | 37 |
| Octal | 362 | 51 | 330 | 0 | 123 | 13 | 5 | 464 | 131 | 67 |
| Binary | 11110010 | 101001 | 11011000 | 0 | 1010011 | 1011 | 101 | 100110100 | 1011001 | 110111 |
Color Harmonies of #F229D8
Complementary color
Monochromatic Colors of #F229D8
Black with #F229D8
Text Example
Text Example
White with #F229D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229D8; }
p { color: rgb(242,41,216); }
H1.HeaderClassName
{
color: #F229D8;
}
.AnyTagClassName
{
color: #F229D8;
}
</style>
background-color css
<style>
a { background-color: #F229D8; }
a { background-color: rgb(242,41,216); }
div.DivClassName
{
background-color: #F229D8;
}
.BgClassName
{
background-color: #F229D8;
}
</style>
border-color css
<style>
span { border-color: #F229D8; }
span { border-color: rgb(242,41,216); }
td.TdClassName
{
border-color: #F229D8;
}
.TagClassName
{
border-color: #F229D8;
}
</style>