Shades of Razzle Dazzle Rose #F848C8
Tints of Razzle Dazzle Rose #F848C8
RGB
CMYK
RGB Variations
Color information
#F848C8 (or 0xF848C8) is known color: Razzle Dazzle Rose. HEX triplet: F8, 48 and C8. RGB value is (248,72,200). Sum of RGB (Red+Green+Blue) = 248+72+200=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F848C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F848C8 is #07B737. Grayscale: #8A8A8A. Windows color (decimal): -505656 or 13125880. OLE color: 13125880.
HSL color Cylindrical-coordinate representation of color #F848C8: hue angle of 316.36º 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 #F848C8 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 200 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.03 |
| HSL | 316.36º | 0.93% | 0.63% | - |
| HSV(B) | 316.36º | 0.71% | 0.97% | - |
| XYZ | 51.45 | 28.76 | 57.48 | - |
| YUV | 139.22 | 162.31 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 200 | 0 | 0.71 | 0.19 | 0.03 | 316.36 | 0.93 | 0.63 |
| Hex | F8 | 48 | C8 | 0 | 47 | 13 | 3 | 13C | 5D | 3F |
| Octal | 370 | 110 | 310 | 0 | 107 | 23 | 3 | 474 | 135 | 77 |
| Binary | 11111000 | 1001000 | 11001000 | 0 | 1000111 | 10011 | 11 | 100111100 | 1011101 | 111111 |
Color Harmonies of #F848C8
Complementary color
Monochromatic Colors of #F848C8
Black with #F848C8
Text Example
Text Example
White with #F848C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F848C8; }
p { color: rgb(248,72,200); }
H1.HeaderClassName
{
color: #F848C8;
}
.AnyTagClassName
{
color: #F848C8;
}
</style>
background-color css
<style>
a { background-color: #F848C8; }
a { background-color: rgb(248,72,200); }
div.DivClassName
{
background-color: #F848C8;
}
.BgClassName
{
background-color: #F848C8;
}
</style>
border-color css
<style>
span { border-color: #F848C8; }
span { border-color: rgb(248,72,200); }
td.TdClassName
{
border-color: #F848C8;
}
.TagClassName
{
border-color: #F848C8;
}
</style>