Shades of Razzle Dazzle Rose #F229DF
Tints of Razzle Dazzle Rose #F229DF
RGB
CMYK
RGB Variations
Color information
#F229DF (or 0xF229DF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 29 and DF. RGB value is (242,41,223). Sum of RGB (Red+Green+Blue) = 242+41+223=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F229DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F229DF is #0DD620. Grayscale: #797979. Windows color (decimal): -906785 or 14625266. OLE color: 14625266.
HSL color Cylindrical-coordinate representation of color #F229DF: hue angle of 305.67º 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 #F229DF is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 223 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.05 |
| HSL | 305.67º | 0.89% | 0.55% | - |
| HSV(B) | 305.67º | 0.83% | 0.95% | - |
| XYZ | 50.73 | 25.79 | 72.12 | - |
| YUV | 121.85 | 185.09 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 223 | 0 | 0.83 | 0.08 | 0.05 | 305.67 | 0.89 | 0.55 |
| Hex | F2 | 29 | DF | 0 | 53 | 8 | 5 | 132 | 59 | 37 |
| Octal | 362 | 51 | 337 | 0 | 123 | 10 | 5 | 462 | 131 | 67 |
| Binary | 11110010 | 101001 | 11011111 | 0 | 1010011 | 1000 | 101 | 100110010 | 1011001 | 110111 |
Color Harmonies of #F229DF
Complementary color
Monochromatic Colors of #F229DF
Black with #F229DF
Text Example
Text Example
White with #F229DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229DF; }
p { color: rgb(242,41,223); }
H1.HeaderClassName
{
color: #F229DF;
}
.AnyTagClassName
{
color: #F229DF;
}
</style>
background-color css
<style>
a { background-color: #F229DF; }
a { background-color: rgb(242,41,223); }
div.DivClassName
{
background-color: #F229DF;
}
.BgClassName
{
background-color: #F229DF;
}
</style>
border-color css
<style>
span { border-color: #F229DF; }
span { border-color: rgb(242,41,223); }
td.TdClassName
{
border-color: #F229DF;
}
.TagClassName
{
border-color: #F229DF;
}
</style>