Shades of Razzle Dazzle Rose #F829C9
Tints of Razzle Dazzle Rose #F829C9
RGB
CMYK
RGB Variations
Color information
#F829C9 (or 0xF829C9) is known color: Razzle Dazzle Rose. HEX triplet: F8, 29 and C9. RGB value is (248,41,201). Sum of RGB (Red+Green+Blue) = 248+41+201=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F829C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F829C9 is #07D636. Grayscale: #787878. Windows color (decimal): -513591 or 13183480. OLE color: 13183480.
HSL color Cylindrical-coordinate representation of color #F829C9: hue angle of 313.62º 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 #F829C9 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 201 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.03 |
| HSL | 313.62º | 0.94% | 0.57% | - |
| HSV(B) | 313.62º | 0.83% | 0.97% | - |
| XYZ | 50.05 | 25.76 | 57.59 | - |
| YUV | 121.13 | 173.08 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 201 | 0 | 0.83 | 0.19 | 0.03 | 313.62 | 0.94 | 0.57 |
| Hex | F8 | 29 | C9 | 0 | 53 | 13 | 3 | 13A | 5E | 39 |
| Octal | 370 | 51 | 311 | 0 | 123 | 23 | 3 | 472 | 136 | 71 |
| Binary | 11111000 | 101001 | 11001001 | 0 | 1010011 | 10011 | 11 | 100111010 | 1011110 | 111001 |
Color Harmonies of #F829C9
Complementary color
Monochromatic Colors of #F829C9
Black with #F829C9
Text Example
Text Example
White with #F829C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F829C9; }
p { color: rgb(248,41,201); }
H1.HeaderClassName
{
color: #F829C9;
}
.AnyTagClassName
{
color: #F829C9;
}
</style>
background-color css
<style>
a { background-color: #F829C9; }
a { background-color: rgb(248,41,201); }
div.DivClassName
{
background-color: #F829C9;
}
.BgClassName
{
background-color: #F829C9;
}
</style>
border-color css
<style>
span { border-color: #F829C9; }
span { border-color: rgb(248,41,201); }
td.TdClassName
{
border-color: #F829C9;
}
.TagClassName
{
border-color: #F829C9;
}
</style>