Shades of Razzle Dazzle Rose #F829C2
Tints of Razzle Dazzle Rose #F829C2
RGB
CMYK
RGB Variations
Color information
#F829C2 (or 0xF829C2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and C2. RGB value is (248,41,194). Sum of RGB (Red+Green+Blue) = 248+41+194=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F829C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F829C2 is #07D63D. Grayscale: #777777. Windows color (decimal): -513598 or 12724728. OLE color: 12724728.
HSL color Cylindrical-coordinate representation of color #F829C2: hue angle of 315.65º 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 #F829C2 is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 194 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.03 |
| HSL | 315.65º | 0.94% | 0.57% | - |
| HSV(B) | 315.65º | 0.83% | 0.97% | - |
| XYZ | 49.24 | 25.44 | 53.35 | - |
| YUV | 120.34 | 169.58 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 194 | 0 | 0.83 | 0.22 | 0.03 | 315.65 | 0.94 | 0.57 |
| Hex | F8 | 29 | C2 | 0 | 53 | 16 | 3 | 13C | 5E | 39 |
| Octal | 370 | 51 | 302 | 0 | 123 | 26 | 3 | 474 | 136 | 71 |
| Binary | 11111000 | 101001 | 11000010 | 0 | 1010011 | 10110 | 11 | 100111100 | 1011110 | 111001 |
Color Harmonies of #F829C2
Complementary color
Monochromatic Colors of #F829C2
Black with #F829C2
Text Example
Text Example
White with #F829C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F829C2; }
p { color: rgb(248,41,194); }
H1.HeaderClassName
{
color: #F829C2;
}
.AnyTagClassName
{
color: #F829C2;
}
</style>
background-color css
<style>
a { background-color: #F829C2; }
a { background-color: rgb(248,41,194); }
div.DivClassName
{
background-color: #F829C2;
}
.BgClassName
{
background-color: #F829C2;
}
</style>
border-color css
<style>
span { border-color: #F829C2; }
span { border-color: rgb(248,41,194); }
td.TdClassName
{
border-color: #F829C2;
}
.TagClassName
{
border-color: #F829C2;
}
</style>