Shades of Razzle Dazzle Rose #F848D3
Tints of Razzle Dazzle Rose #F848D3
RGB
CMYK
RGB Variations
Color information
#F848D3 (or 0xF848D3) is known color: Razzle Dazzle Rose. HEX triplet: F8, 48 and D3. RGB value is (248,72,211). Sum of RGB (Red+Green+Blue) = 248+72+211=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 72 (28.52% from 255 or 13.56% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F848D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F848D3 is #07B72C. Grayscale: #8C8C8C. Windows color (decimal): -505645 or 13846776. OLE color: 13846776.
HSL color Cylindrical-coordinate representation of color #F848D3: hue angle of 312.61º 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 #F848D3 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 211 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.03 |
| HSL | 312.61º | 0.93% | 0.63% | - |
| HSV(B) | 312.61º | 0.71% | 0.97% | - |
| XYZ | 52.79 | 29.29 | 64.5 | - |
| YUV | 140.47 | 167.81 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 211 | 0 | 0.71 | 0.15 | 0.03 | 312.61 | 0.93 | 0.63 |
| Hex | F8 | 48 | D3 | 0 | 47 | F | 3 | 139 | 5D | 3F |
| Octal | 370 | 110 | 323 | 0 | 107 | 17 | 3 | 471 | 135 | 77 |
| Binary | 11111000 | 1001000 | 11010011 | 0 | 1000111 | 1111 | 11 | 100111001 | 1011101 | 111111 |
Color Harmonies of #F848D3
Complementary color
Monochromatic Colors of #F848D3
Black with #F848D3
Text Example
Text Example
White with #F848D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F848D3; }
p { color: rgb(248,72,211); }
H1.HeaderClassName
{
color: #F848D3;
}
.AnyTagClassName
{
color: #F848D3;
}
</style>
background-color css
<style>
a { background-color: #F848D3; }
a { background-color: rgb(248,72,211); }
div.DivClassName
{
background-color: #F848D3;
}
.BgClassName
{
background-color: #F848D3;
}
</style>
border-color css
<style>
span { border-color: #F848D3; }
span { border-color: rgb(248,72,211); }
td.TdClassName
{
border-color: #F848D3;
}
.TagClassName
{
border-color: #F848D3;
}
</style>