Shades of Razzle Dazzle Rose #F848D1
Tints of Razzle Dazzle Rose #F848D1
RGB
CMYK
RGB Variations
Color information
#F848D1 (or 0xF848D1) is known color: Razzle Dazzle Rose. HEX triplet: F8, 48 and D1. RGB value is (248,72,209). Sum of RGB (Red+Green+Blue) = 248+72+209=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 72 (28.52% from 255 or 13.61% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F848D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F848D1 is #07B72E. Grayscale: #8B8B8B. Windows color (decimal): -505647 or 13715704. OLE color: 13715704.
HSL color Cylindrical-coordinate representation of color #F848D1: hue angle of 313.3º 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 #F848D1 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 209 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.03 |
| HSL | 313.3º | 0.93% | 0.63% | - |
| HSV(B) | 313.3º | 0.71% | 0.97% | - |
| XYZ | 52.54 | 29.19 | 63.19 | - |
| YUV | 140.24 | 166.81 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 209 | 0 | 0.71 | 0.16 | 0.03 | 313.3 | 0.93 | 0.63 |
| Hex | F8 | 48 | D1 | 0 | 47 | 10 | 3 | 139 | 5D | 3F |
| Octal | 370 | 110 | 321 | 0 | 107 | 20 | 3 | 471 | 135 | 77 |
| Binary | 11111000 | 1001000 | 11010001 | 0 | 1000111 | 10000 | 11 | 100111001 | 1011101 | 111111 |
Color Harmonies of #F848D1
Complementary color
Monochromatic Colors of #F848D1
Black with #F848D1
Text Example
Text Example
White with #F848D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F848D1; }
p { color: rgb(248,72,209); }
H1.HeaderClassName
{
color: #F848D1;
}
.AnyTagClassName
{
color: #F848D1;
}
</style>
background-color css
<style>
a { background-color: #F848D1; }
a { background-color: rgb(248,72,209); }
div.DivClassName
{
background-color: #F848D1;
}
.BgClassName
{
background-color: #F848D1;
}
</style>
border-color css
<style>
span { border-color: #F848D1; }
span { border-color: rgb(248,72,209); }
td.TdClassName
{
border-color: #F848D1;
}
.TagClassName
{
border-color: #F848D1;
}
</style>