Shades of Razzle Dazzle Rose #F229D9
Tints of Razzle Dazzle Rose #F229D9
RGB
CMYK
RGB Variations
Color information
#F229D9 (or 0xF229D9) is known color: Razzle Dazzle Rose. HEX triplet: F2, 29 and D9. RGB value is (242,41,217). Sum of RGB (Red+Green+Blue) = 242+41+217=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F229D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F229D9 is #0DD626. Grayscale: #787878. Windows color (decimal): -906791 or 14232050. OLE color: 14232050.
HSL color Cylindrical-coordinate representation of color #F229D9: hue angle of 307.46º 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 #F229D9 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 217 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.05 |
| HSL | 307.46º | 0.89% | 0.55% | - |
| HSV(B) | 307.46º | 0.83% | 0.95% | - |
| XYZ | 49.94 | 25.47 | 67.93 | - |
| YUV | 121.16 | 182.09 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 217 | 0 | 0.83 | 0.10 | 0.05 | 307.46 | 0.89 | 0.55 |
| Hex | F2 | 29 | D9 | 0 | 53 | A | 5 | 133 | 59 | 37 |
| Octal | 362 | 51 | 331 | 0 | 123 | 12 | 5 | 463 | 131 | 67 |
| Binary | 11110010 | 101001 | 11011001 | 0 | 1010011 | 1010 | 101 | 100110011 | 1011001 | 110111 |
Color Harmonies of #F229D9
Complementary color
Monochromatic Colors of #F229D9
Black with #F229D9
Text Example
Text Example
White with #F229D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229D9; }
p { color: rgb(242,41,217); }
H1.HeaderClassName
{
color: #F229D9;
}
.AnyTagClassName
{
color: #F229D9;
}
</style>
background-color css
<style>
a { background-color: #F229D9; }
a { background-color: rgb(242,41,217); }
div.DivClassName
{
background-color: #F229D9;
}
.BgClassName
{
background-color: #F229D9;
}
</style>
border-color css
<style>
span { border-color: #F229D9; }
span { border-color: rgb(242,41,217); }
td.TdClassName
{
border-color: #F229D9;
}
.TagClassName
{
border-color: #F229D9;
}
</style>