Shades of Razzle Dazzle Rose #F84FC0
Tints of Razzle Dazzle Rose #F84FC0
RGB
CMYK
RGB Variations
Color information
#F84FC0 (or 0xF84FC0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4F and C0. RGB value is (248,79,192). Sum of RGB (Red+Green+Blue) = 248+79+192=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 79 (31.25% from 255 or 15.22% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84FC0 is #07B03F. Grayscale: #8E8E8E. Windows color (decimal): -503872 or 12603384. OLE color: 12603384.
HSL color Cylindrical-coordinate representation of color #F84FC0: hue angle of 319.88º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84FC0 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 192 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.03 |
| HSL | 319.88º | 0.92% | 0.64% | - |
| HSV(B) | 319.88º | 0.68% | 0.97% | - |
| XYZ | 51.02 | 29.35 | 52.85 | - |
| YUV | 142.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 192 | 0 | 0.68 | 0.23 | 0.03 | 319.88 | 0.92 | 0.64 |
| Hex | F8 | 4F | C0 | 0 | 44 | 17 | 3 | 140 | 5C | 40 |
| Octal | 370 | 117 | 300 | 0 | 104 | 27 | 3 | 500 | 134 | 100 |
| Binary | 11111000 | 1001111 | 11000000 | 0 | 1000100 | 10111 | 11 | 101000000 | 1011100 | 1000000 |
Color Harmonies of #F84FC0
Complementary color
Monochromatic Colors of #F84FC0
Black with #F84FC0
Text Example
Text Example
White with #F84FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FC0; }
p { color: rgb(248,79,192); }
H1.HeaderClassName
{
color: #F84FC0;
}
.AnyTagClassName
{
color: #F84FC0;
}
</style>
background-color css
<style>
a { background-color: #F84FC0; }
a { background-color: rgb(248,79,192); }
div.DivClassName
{
background-color: #F84FC0;
}
.BgClassName
{
background-color: #F84FC0;
}
</style>
border-color css
<style>
span { border-color: #F84FC0; }
span { border-color: rgb(248,79,192); }
td.TdClassName
{
border-color: #F84FC0;
}
.TagClassName
{
border-color: #F84FC0;
}
</style>