Shades of Razzle Dazzle Rose #F831C0
Tints of Razzle Dazzle Rose #F831C0
RGB
CMYK
RGB Variations
Color information
#F831C0 (or 0xF831C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and C0. RGB value is (248,49,192). Sum of RGB (Red+Green+Blue) = 248+49+192=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 49 (19.53% from 255 or 10.02% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F831C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F831C0 is #07CE3F. Grayscale: #7C7C7C. Windows color (decimal): -511552 or 12595704. OLE color: 12595704.
HSL color Cylindrical-coordinate representation of color #F831C0: hue angle of 316.88º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F831C0 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 192 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.03 |
| HSL | 316.88º | 0.93% | 0.58% | - |
| HSV(B) | 316.88º | 0.8% | 0.97% | - |
| XYZ | 49.32 | 25.96 | 52.28 | - |
| YUV | 124.8 | 165.93 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 192 | 0 | 0.80 | 0.23 | 0.03 | 316.88 | 0.93 | 0.58 |
| Hex | F8 | 31 | C0 | 0 | 50 | 17 | 3 | 13D | 5D | 3A |
| Octal | 370 | 61 | 300 | 0 | 120 | 27 | 3 | 475 | 135 | 72 |
| Binary | 11111000 | 110001 | 11000000 | 0 | 1010000 | 10111 | 11 | 100111101 | 1011101 | 111010 |
Color Harmonies of #F831C0
Complementary color
Monochromatic Colors of #F831C0
Black with #F831C0
Text Example
Text Example
White with #F831C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831C0; }
p { color: rgb(248,49,192); }
H1.HeaderClassName
{
color: #F831C0;
}
.AnyTagClassName
{
color: #F831C0;
}
</style>
background-color css
<style>
a { background-color: #F831C0; }
a { background-color: rgb(248,49,192); }
div.DivClassName
{
background-color: #F831C0;
}
.BgClassName
{
background-color: #F831C0;
}
</style>
border-color css
<style>
span { border-color: #F831C0; }
span { border-color: rgb(248,49,192); }
td.TdClassName
{
border-color: #F831C0;
}
.TagClassName
{
border-color: #F831C0;
}
</style>