Shades of Razzle Dazzle Rose #F848CE
Tints of Razzle Dazzle Rose #F848CE
RGB
CMYK
RGB Variations
Color information
#F848CE (or 0xF848CE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 48 and CE. RGB value is (248,72,206). Sum of RGB (Red+Green+Blue) = 248+72+206=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F848CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F848CE is #07B731. Grayscale: #8B8B8B. Windows color (decimal): -505650 or 13519096. OLE color: 13519096.
HSL color Cylindrical-coordinate representation of color #F848CE: hue angle of 314.32º 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 #F848CE is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 206 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.03 |
| HSL | 314.32º | 0.93% | 0.63% | - |
| HSV(B) | 314.32º | 0.71% | 0.97% | - |
| XYZ | 52.17 | 29.05 | 61.25 | - |
| YUV | 139.9 | 165.31 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 206 | 0 | 0.71 | 0.17 | 0.03 | 314.32 | 0.93 | 0.63 |
| Hex | F8 | 48 | CE | 0 | 47 | 11 | 3 | 13A | 5D | 3F |
| Octal | 370 | 110 | 316 | 0 | 107 | 21 | 3 | 472 | 135 | 77 |
| Binary | 11111000 | 1001000 | 11001110 | 0 | 1000111 | 10001 | 11 | 100111010 | 1011101 | 111111 |
Color Harmonies of #F848CE
Complementary color
Monochromatic Colors of #F848CE
Black with #F848CE
Text Example
Text Example
White with #F848CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F848CE; }
p { color: rgb(248,72,206); }
H1.HeaderClassName
{
color: #F848CE;
}
.AnyTagClassName
{
color: #F848CE;
}
</style>
background-color css
<style>
a { background-color: #F848CE; }
a { background-color: rgb(248,72,206); }
div.DivClassName
{
background-color: #F848CE;
}
.BgClassName
{
background-color: #F848CE;
}
</style>
border-color css
<style>
span { border-color: #F848CE; }
span { border-color: rgb(248,72,206); }
td.TdClassName
{
border-color: #F848CE;
}
.TagClassName
{
border-color: #F848CE;
}
</style>