Shades of Razzle Dazzle Rose #F829C0
Tints of Razzle Dazzle Rose #F829C0
RGB
CMYK
RGB Variations
Color information
#F829C0 (or 0xF829C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and C0. RGB value is (248,41,192). Sum of RGB (Red+Green+Blue) = 248+41+192=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F829C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F829C0 is #07D63F. Grayscale: #777777. Windows color (decimal): -513600 or 12593656. OLE color: 12593656.
HSL color Cylindrical-coordinate representation of color #F829C0: hue angle of 316.23º 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 #F829C0 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 192 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.03 |
| HSL | 316.23º | 0.94% | 0.57% | - |
| HSV(B) | 316.23º | 0.83% | 0.97% | - |
| XYZ | 49.02 | 25.35 | 52.18 | - |
| YUV | 120.11 | 168.58 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 192 | 0 | 0.83 | 0.23 | 0.03 | 316.23 | 0.94 | 0.57 |
| Hex | F8 | 29 | C0 | 0 | 53 | 17 | 3 | 13C | 5E | 39 |
| Octal | 370 | 51 | 300 | 0 | 123 | 27 | 3 | 474 | 136 | 71 |
| Binary | 11111000 | 101001 | 11000000 | 0 | 1010011 | 10111 | 11 | 100111100 | 1011110 | 111001 |
Color Harmonies of #F829C0
Complementary color
Monochromatic Colors of #F829C0
Black with #F829C0
Text Example
Text Example
White with #F829C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F829C0; }
p { color: rgb(248,41,192); }
H1.HeaderClassName
{
color: #F829C0;
}
.AnyTagClassName
{
color: #F829C0;
}
</style>
background-color css
<style>
a { background-color: #F829C0; }
a { background-color: rgb(248,41,192); }
div.DivClassName
{
background-color: #F829C0;
}
.BgClassName
{
background-color: #F829C0;
}
</style>
border-color css
<style>
span { border-color: #F829C0; }
span { border-color: rgb(248,41,192); }
td.TdClassName
{
border-color: #F829C0;
}
.TagClassName
{
border-color: #F829C0;
}
</style>