Shades of Razzle Dazzle Rose #F84EC0
Tints of Razzle Dazzle Rose #F84EC0
RGB
CMYK
RGB Variations
Color information
#F84EC0 (or 0xF84EC0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4E and C0. RGB value is (248,78,192). Sum of RGB (Red+Green+Blue) = 248+78+192=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 248 - color contains mainly: red. Hex color #F84EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84EC0 is #07B13F. Grayscale: #8D8D8D. Windows color (decimal): -504128 or 12603128. OLE color: 12603128.
HSL color Cylindrical-coordinate representation of color #F84EC0: hue angle of 319.76º 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 #F84EC0 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 192 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.03 |
| HSL | 319.76º | 0.92% | 0.64% | - |
| HSV(B) | 319.76º | 0.69% | 0.97% | - |
| XYZ | 50.95 | 29.21 | 52.82 | - |
| YUV | 141.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 192 | 0 | 0.69 | 0.23 | 0.03 | 319.76 | 0.92 | 0.64 |
| Hex | F8 | 4E | C0 | 0 | 45 | 17 | 3 | 140 | 5C | 40 |
| Octal | 370 | 116 | 300 | 0 | 105 | 27 | 3 | 500 | 134 | 100 |
| Binary | 11111000 | 1001110 | 11000000 | 0 | 1000101 | 10111 | 11 | 101000000 | 1011100 | 1000000 |
Color Harmonies of #F84EC0
Complementary color
Monochromatic Colors of #F84EC0
Black with #F84EC0
Text Example
Text Example
White with #F84EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84EC0; }
p { color: rgb(248,78,192); }
H1.HeaderClassName
{
color: #F84EC0;
}
.AnyTagClassName
{
color: #F84EC0;
}
</style>
background-color css
<style>
a { background-color: #F84EC0; }
a { background-color: rgb(248,78,192); }
div.DivClassName
{
background-color: #F84EC0;
}
.BgClassName
{
background-color: #F84EC0;
}
</style>
border-color css
<style>
span { border-color: #F84EC0; }
span { border-color: rgb(248,78,192); }
td.TdClassName
{
border-color: #F84EC0;
}
.TagClassName
{
border-color: #F84EC0;
}
</style>