Shades of Razzle Dazzle Rose #F83EC0
Tints of Razzle Dazzle Rose #F83EC0
RGB
CMYK
RGB Variations
Color information
#F83EC0 (or 0xF83EC0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3E and C0. RGB value is (248,62,192). Sum of RGB (Red+Green+Blue) = 248+62+192=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 62 (24.61% from 255 or 12.35% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F83EC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83EC0 is #07C13F. Grayscale: #848484. Windows color (decimal): -508224 or 12599032. OLE color: 12599032.
HSL color Cylindrical-coordinate representation of color #F83EC0: hue angle of 318.06º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83EC0 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 62 | 192 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.03 |
| HSL | 318.06º | 0.93% | 0.61% | - |
| HSV(B) | 318.06º | 0.75% | 0.97% | - |
| XYZ | 49.95 | 27.21 | 52.49 | - |
| YUV | 132.43 | 161.62 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 62 | 192 | 0 | 0.75 | 0.23 | 0.03 | 318.06 | 0.93 | 0.61 |
| Hex | F8 | 3E | C0 | 0 | 4B | 17 | 3 | 13E | 5D | 3D |
| Octal | 370 | 76 | 300 | 0 | 113 | 27 | 3 | 476 | 135 | 75 |
| Binary | 11111000 | 111110 | 11000000 | 0 | 1001011 | 10111 | 11 | 100111110 | 1011101 | 111101 |
Color Harmonies of #F83EC0
Complementary color
Monochromatic Colors of #F83EC0
Black with #F83EC0
Text Example
Text Example
White with #F83EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83EC0; }
p { color: rgb(248,62,192); }
H1.HeaderClassName
{
color: #F83EC0;
}
.AnyTagClassName
{
color: #F83EC0;
}
</style>
background-color css
<style>
a { background-color: #F83EC0; }
a { background-color: rgb(248,62,192); }
div.DivClassName
{
background-color: #F83EC0;
}
.BgClassName
{
background-color: #F83EC0;
}
</style>
border-color css
<style>
span { border-color: #F83EC0; }
span { border-color: rgb(248,62,192); }
td.TdClassName
{
border-color: #F83EC0;
}
.TagClassName
{
border-color: #F83EC0;
}
</style>