Shades of Razzle Dazzle Rose #F229DB
Tints of Razzle Dazzle Rose #F229DB
RGB
CMYK
RGB Variations
Color information
#F229DB (or 0xF229DB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 29 and DB. RGB value is (242,41,219). Sum of RGB (Red+Green+Blue) = 242+41+219=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 41 (16.41% from 255 or 8.17% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F229DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F229DB is #0DD624. Grayscale: #787878. Windows color (decimal): -906789 or 14363122. OLE color: 14363122.
HSL color Cylindrical-coordinate representation of color #F229DB: hue angle of 306.87º 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 #F229DB is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 219 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.05 |
| HSL | 306.87º | 0.89% | 0.55% | - |
| HSV(B) | 306.87º | 0.83% | 0.95% | - |
| XYZ | 50.2 | 25.58 | 69.31 | - |
| YUV | 121.39 | 183.09 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 219 | 0 | 0.83 | 0.10 | 0.05 | 306.87 | 0.89 | 0.55 |
| Hex | F2 | 29 | DB | 0 | 53 | A | 5 | 133 | 59 | 37 |
| Octal | 362 | 51 | 333 | 0 | 123 | 12 | 5 | 463 | 131 | 67 |
| Binary | 11110010 | 101001 | 11011011 | 0 | 1010011 | 1010 | 101 | 100110011 | 1011001 | 110111 |
Color Harmonies of #F229DB
Complementary color
Monochromatic Colors of #F229DB
Black with #F229DB
Text Example
Text Example
White with #F229DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229DB; }
p { color: rgb(242,41,219); }
H1.HeaderClassName
{
color: #F229DB;
}
.AnyTagClassName
{
color: #F229DB;
}
</style>
background-color css
<style>
a { background-color: #F229DB; }
a { background-color: rgb(242,41,219); }
div.DivClassName
{
background-color: #F229DB;
}
.BgClassName
{
background-color: #F229DB;
}
</style>
border-color css
<style>
span { border-color: #F229DB; }
span { border-color: rgb(242,41,219); }
td.TdClassName
{
border-color: #F229DB;
}
.TagClassName
{
border-color: #F229DB;
}
</style>