Shades of Razzle Dazzle Rose #F229CE
Tints of Razzle Dazzle Rose #F229CE
RGB
CMYK
RGB Variations
Color information
#F229CE (or 0xF229CE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 29 and CE. RGB value is (242,41,206). Sum of RGB (Red+Green+Blue) = 242+41+206=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F229CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F229CE is #0DD631. Grayscale: #777777. Windows color (decimal): -906802 or 13511154. OLE color: 13511154.
HSL color Cylindrical-coordinate representation of color #F229CE: hue angle of 310.75º 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 #F229CE is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 206 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.05 |
| HSL | 310.75º | 0.89% | 0.55% | - |
| HSV(B) | 310.75º | 0.83% | 0.95% | - |
| XYZ | 48.55 | 24.92 | 60.64 | - |
| YUV | 119.91 | 176.59 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 206 | 0 | 0.83 | 0.15 | 0.05 | 310.75 | 0.89 | 0.55 |
| Hex | F2 | 29 | CE | 0 | 53 | F | 5 | 137 | 59 | 37 |
| Octal | 362 | 51 | 316 | 0 | 123 | 17 | 5 | 467 | 131 | 67 |
| Binary | 11110010 | 101001 | 11001110 | 0 | 1010011 | 1111 | 101 | 100110111 | 1011001 | 110111 |
Color Harmonies of #F229CE
Complementary color
Monochromatic Colors of #F229CE
Black with #F229CE
Text Example
Text Example
White with #F229CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229CE; }
p { color: rgb(242,41,206); }
H1.HeaderClassName
{
color: #F229CE;
}
.AnyTagClassName
{
color: #F229CE;
}
</style>
background-color css
<style>
a { background-color: #F229CE; }
a { background-color: rgb(242,41,206); }
div.DivClassName
{
background-color: #F229CE;
}
.BgClassName
{
background-color: #F229CE;
}
</style>
border-color css
<style>
span { border-color: #F229CE; }
span { border-color: rgb(242,41,206); }
td.TdClassName
{
border-color: #F229CE;
}
.TagClassName
{
border-color: #F229CE;
}
</style>