Shades of Razzle Dazzle Rose #F829DF
Tints of Razzle Dazzle Rose #F829DF
RGB
CMYK
RGB Variations
Color information
#F829DF (or 0xF829DF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and DF. RGB value is (248,41,223). Sum of RGB (Red+Green+Blue) = 248+41+223=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 41 (16.41% from 255 or 8.01% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 248 - color contains mainly: red. Hex color #F829DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F829DF is #07D620. Grayscale: #7B7B7B. Windows color (decimal): -513569 or 14625272. OLE color: 14625272.
HSL color Cylindrical-coordinate representation of color #F829DF: hue angle of 307.25º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F829DF is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 223 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.03 |
| HSL | 307.25º | 0.94% | 0.57% | - |
| HSV(B) | 307.25º | 0.83% | 0.97% | - |
| XYZ | 52.82 | 26.87 | 72.21 | - |
| YUV | 123.64 | 184.08 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 223 | 0 | 0.83 | 0.10 | 0.03 | 307.25 | 0.94 | 0.57 |
| Hex | F8 | 29 | DF | 0 | 53 | A | 3 | 133 | 5E | 39 |
| Octal | 370 | 51 | 337 | 0 | 123 | 12 | 3 | 463 | 136 | 71 |
| Binary | 11111000 | 101001 | 11011111 | 0 | 1010011 | 1010 | 11 | 100110011 | 1011110 | 111001 |
Color Harmonies of #F829DF
Complementary color
Monochromatic Colors of #F829DF
Black with #F829DF
Text Example
Text Example
White with #F829DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F829DF; }
p { color: rgb(248,41,223); }
H1.HeaderClassName
{
color: #F829DF;
}
.AnyTagClassName
{
color: #F829DF;
}
</style>
background-color css
<style>
a { background-color: #F829DF; }
a { background-color: rgb(248,41,223); }
div.DivClassName
{
background-color: #F829DF;
}
.BgClassName
{
background-color: #F829DF;
}
</style>
border-color css
<style>
span { border-color: #F829DF; }
span { border-color: rgb(248,41,223); }
td.TdClassName
{
border-color: #F829DF;
}
.TagClassName
{
border-color: #F829DF;
}
</style>