Shades of Razzle Dazzle Rose #F229CF
Tints of Razzle Dazzle Rose #F229CF
RGB
CMYK
RGB Variations
Color information
#F229CF (or 0xF229CF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 29 and CF. RGB value is (242,41,207). Sum of RGB (Red+Green+Blue) = 242+41+207=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F229CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F229CF is #0DD630. Grayscale: #777777. Windows color (decimal): -906801 or 13576690. OLE color: 13576690.
HSL color Cylindrical-coordinate representation of color #F229CF: hue angle of 310.45º 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 #F229CF is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 207 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.05 |
| HSL | 310.45º | 0.89% | 0.55% | - |
| HSV(B) | 310.45º | 0.83% | 0.95% | - |
| XYZ | 48.67 | 24.97 | 61.29 | - |
| YUV | 120.02 | 177.09 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 207 | 0 | 0.83 | 0.14 | 0.05 | 310.45 | 0.89 | 0.55 |
| Hex | F2 | 29 | CF | 0 | 53 | E | 5 | 136 | 59 | 37 |
| Octal | 362 | 51 | 317 | 0 | 123 | 16 | 5 | 466 | 131 | 67 |
| Binary | 11110010 | 101001 | 11001111 | 0 | 1010011 | 1110 | 101 | 100110110 | 1011001 | 110111 |
Color Harmonies of #F229CF
Complementary color
Monochromatic Colors of #F229CF
Black with #F229CF
Text Example
Text Example
White with #F229CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229CF; }
p { color: rgb(242,41,207); }
H1.HeaderClassName
{
color: #F229CF;
}
.AnyTagClassName
{
color: #F229CF;
}
</style>
background-color css
<style>
a { background-color: #F229CF; }
a { background-color: rgb(242,41,207); }
div.DivClassName
{
background-color: #F229CF;
}
.BgClassName
{
background-color: #F229CF;
}
</style>
border-color css
<style>
span { border-color: #F229CF; }
span { border-color: rgb(242,41,207); }
td.TdClassName
{
border-color: #F229CF;
}
.TagClassName
{
border-color: #F229CF;
}
</style>