Shades of Razzle Dazzle Rose #F929DE
Tints of Razzle Dazzle Rose #F929DE
RGB
CMYK
RGB Variations
Color information
#F929DE (or 0xF929DE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 29 and DE. RGB value is (249,41,222). Sum of RGB (Red+Green+Blue) = 249+41+222=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 41 (16.41% from 255 or 8.01% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F929DE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F929DE is #06D621. Grayscale: #7B7B7B. Windows color (decimal): -448034 or 14559737. OLE color: 14559737.
HSL color Cylindrical-coordinate representation of color #F929DE: hue angle of 307.79º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F929DE is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 222 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.02 |
| HSL | 307.79º | 0.95% | 0.57% | - |
| HSV(B) | 307.79º | 0.84% | 0.98% | - |
| XYZ | 53.04 | 27 | 71.52 | - |
| YUV | 123.83 | 183.41 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 222 | 0 | 0.84 | 0.11 | 0.02 | 307.79 | 0.95 | 0.57 |
| Hex | F9 | 29 | DE | 0 | 54 | B | 2 | 134 | 5F | 39 |
| Octal | 371 | 51 | 336 | 0 | 124 | 13 | 2 | 464 | 137 | 71 |
| Binary | 11111001 | 101001 | 11011110 | 0 | 1010100 | 1011 | 10 | 100110100 | 1011111 | 111001 |
Color Harmonies of #F929DE
Complementary color
Monochromatic Colors of #F929DE
Black with #F929DE
Text Example
Text Example
White with #F929DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F929DE; }
p { color: rgb(249,41,222); }
H1.HeaderClassName
{
color: #F929DE;
}
.AnyTagClassName
{
color: #F929DE;
}
</style>
background-color css
<style>
a { background-color: #F929DE; }
a { background-color: rgb(249,41,222); }
div.DivClassName
{
background-color: #F929DE;
}
.BgClassName
{
background-color: #F929DE;
}
</style>
border-color css
<style>
span { border-color: #F929DE; }
span { border-color: rgb(249,41,222); }
td.TdClassName
{
border-color: #F929DE;
}
.TagClassName
{
border-color: #F929DE;
}
</style>