Shades of Razzle Dazzle Rose #F847C0
Tints of Razzle Dazzle Rose #F847C0
RGB
CMYK
RGB Variations
Color information
#F847C0 (or 0xF847C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 47 and C0. RGB value is (248,71,192). Sum of RGB (Red+Green+Blue) = 248+71+192=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F847C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F847C0 is #07B83F. Grayscale: #898989. Windows color (decimal): -505920 or 12601336. OLE color: 12601336.
HSL color Cylindrical-coordinate representation of color #F847C0: hue angle of 318.98º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F847C0 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 192 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.03 |
| HSL | 318.98º | 0.93% | 0.63% | - |
| HSV(B) | 318.98º | 0.71% | 0.97% | - |
| XYZ | 50.48 | 28.27 | 52.67 | - |
| YUV | 137.72 | 158.64 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 192 | 0 | 0.71 | 0.23 | 0.03 | 318.98 | 0.93 | 0.63 |
| Hex | F8 | 47 | C0 | 0 | 47 | 17 | 3 | 13F | 5D | 3F |
| Octal | 370 | 107 | 300 | 0 | 107 | 27 | 3 | 477 | 135 | 77 |
| Binary | 11111000 | 1000111 | 11000000 | 0 | 1000111 | 10111 | 11 | 100111111 | 1011101 | 111111 |
Color Harmonies of #F847C0
Complementary color
Monochromatic Colors of #F847C0
Black with #F847C0
Text Example
Text Example
White with #F847C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F847C0; }
p { color: rgb(248,71,192); }
H1.HeaderClassName
{
color: #F847C0;
}
.AnyTagClassName
{
color: #F847C0;
}
</style>
background-color css
<style>
a { background-color: #F847C0; }
a { background-color: rgb(248,71,192); }
div.DivClassName
{
background-color: #F847C0;
}
.BgClassName
{
background-color: #F847C0;
}
</style>
border-color css
<style>
span { border-color: #F847C0; }
span { border-color: rgb(248,71,192); }
td.TdClassName
{
border-color: #F847C0;
}
.TagClassName
{
border-color: #F847C0;
}
</style>