Shades of Razzle Dazzle Rose #F229ED
Tints of Razzle Dazzle Rose #F229ED
RGB
CMYK
RGB Variations
Color information
#F229ED (or 0xF229ED) is known color: Razzle Dazzle Rose. HEX triplet: F2, 29 and ED. RGB value is (242,41,237). Sum of RGB (Red+Green+Blue) = 242+41+237=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 41 (16.41% from 255 or 7.88% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F229ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F229ED is #0DD612. Grayscale: #7A7A7A. Windows color (decimal): -906771 or 15542770. OLE color: 15542770.
HSL color Cylindrical-coordinate representation of color #F229ED: hue angle of 301.49º 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 #F229ED is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 237 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.05 |
| HSL | 301.49º | 0.89% | 0.55% | - |
| HSV(B) | 301.49º | 0.83% | 0.95% | - |
| XYZ | 52.7 | 26.58 | 82.47 | - |
| YUV | 123.44 | 192.09 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 237 | 0 | 0.83 | 0.02 | 0.05 | 301.49 | 0.89 | 0.55 |
| Hex | F2 | 29 | ED | 0 | 53 | 2 | 5 | 12D | 59 | 37 |
| Octal | 362 | 51 | 355 | 0 | 123 | 2 | 5 | 455 | 131 | 67 |
| Binary | 11110010 | 101001 | 11101101 | 0 | 1010011 | 10 | 101 | 100101101 | 1011001 | 110111 |
Color Harmonies of #F229ED
Complementary color
Monochromatic Colors of #F229ED
Black with #F229ED
Text Example
Text Example
White with #F229ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229ED; }
p { color: rgb(242,41,237); }
H1.HeaderClassName
{
color: #F229ED;
}
.AnyTagClassName
{
color: #F229ED;
}
</style>
background-color css
<style>
a { background-color: #F229ED; }
a { background-color: rgb(242,41,237); }
div.DivClassName
{
background-color: #F229ED;
}
.BgClassName
{
background-color: #F229ED;
}
</style>
border-color css
<style>
span { border-color: #F229ED; }
span { border-color: rgb(242,41,237); }
td.TdClassName
{
border-color: #F229ED;
}
.TagClassName
{
border-color: #F229ED;
}
</style>