Shades of Razzle Dazzle Rose #F84EC9
Tints of Razzle Dazzle Rose #F84EC9
RGB
CMYK
RGB Variations
Color information
#F84EC9 (or 0xF84EC9) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4E and C9. RGB value is (248,78,201). Sum of RGB (Red+Green+Blue) = 248+78+201=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F84EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84EC9 is #07B136. Grayscale: #8E8E8E. Windows color (decimal): -504119 or 13192952. OLE color: 13192952.
HSL color Cylindrical-coordinate representation of color #F84EC9: hue angle of 316.59º 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 #F84EC9 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 201 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.03 |
| HSL | 316.59º | 0.92% | 0.64% | - |
| HSV(B) | 316.59º | 0.69% | 0.97% | - |
| XYZ | 51.98 | 29.62 | 58.24 | - |
| YUV | 142.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 201 | 0 | 0.69 | 0.19 | 0.03 | 316.59 | 0.92 | 0.64 |
| Hex | F8 | 4E | C9 | 0 | 45 | 13 | 3 | 13D | 5C | 40 |
| Octal | 370 | 116 | 311 | 0 | 105 | 23 | 3 | 475 | 134 | 100 |
| Binary | 11111000 | 1001110 | 11001001 | 0 | 1000101 | 10011 | 11 | 100111101 | 1011100 | 1000000 |
Color Harmonies of #F84EC9
Complementary color
Monochromatic Colors of #F84EC9
Black with #F84EC9
Text Example
Text Example
White with #F84EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84EC9; }
p { color: rgb(248,78,201); }
H1.HeaderClassName
{
color: #F84EC9;
}
.AnyTagClassName
{
color: #F84EC9;
}
</style>
background-color css
<style>
a { background-color: #F84EC9; }
a { background-color: rgb(248,78,201); }
div.DivClassName
{
background-color: #F84EC9;
}
.BgClassName
{
background-color: #F84EC9;
}
</style>
border-color css
<style>
span { border-color: #F84EC9; }
span { border-color: rgb(248,78,201); }
td.TdClassName
{
border-color: #F84EC9;
}
.TagClassName
{
border-color: #F84EC9;
}
</style>