Shades of Razzle Dazzle Rose #F84DC0
Tints of Razzle Dazzle Rose #F84DC0
RGB
CMYK
RGB Variations
Color information
#F84DC0 (or 0xF84DC0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4D and C0. RGB value is (248,77,192). Sum of RGB (Red+Green+Blue) = 248+77+192=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F84DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84DC0 is #07B23F. Grayscale: #8C8C8C. Windows color (decimal): -504384 or 12602872. OLE color: 12602872.
HSL color Cylindrical-coordinate representation of color #F84DC0: hue angle of 319.65º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84DC0 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 192 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.03 |
| HSL | 319.65º | 0.92% | 0.64% | - |
| HSV(B) | 319.65º | 0.69% | 0.97% | - |
| XYZ | 50.88 | 29.07 | 52.8 | - |
| YUV | 141.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 192 | 0 | 0.69 | 0.23 | 0.03 | 319.65 | 0.92 | 0.64 |
| Hex | F8 | 4D | C0 | 0 | 45 | 17 | 3 | 140 | 5C | 40 |
| Octal | 370 | 115 | 300 | 0 | 105 | 27 | 3 | 500 | 134 | 100 |
| Binary | 11111000 | 1001101 | 11000000 | 0 | 1000101 | 10111 | 11 | 101000000 | 1011100 | 1000000 |
Color Harmonies of #F84DC0
Complementary color
Monochromatic Colors of #F84DC0
Black with #F84DC0
Text Example
Text Example
White with #F84DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84DC0; }
p { color: rgb(248,77,192); }
H1.HeaderClassName
{
color: #F84DC0;
}
.AnyTagClassName
{
color: #F84DC0;
}
</style>
background-color css
<style>
a { background-color: #F84DC0; }
a { background-color: rgb(248,77,192); }
div.DivClassName
{
background-color: #F84DC0;
}
.BgClassName
{
background-color: #F84DC0;
}
</style>
border-color css
<style>
span { border-color: #F84DC0; }
span { border-color: rgb(248,77,192); }
td.TdClassName
{
border-color: #F84DC0;
}
.TagClassName
{
border-color: #F84DC0;
}
</style>