Shades of Razzle Dazzle Rose #F830C0
Tints of Razzle Dazzle Rose #F830C0
RGB
CMYK
RGB Variations
Color information
#F830C0 (or 0xF830C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and C0. RGB value is (248,48,192). Sum of RGB (Red+Green+Blue) = 248+48+192=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F830C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830C0 is #07CF3F. Grayscale: #7B7B7B. Windows color (decimal): -511808 or 12595448. OLE color: 12595448.
HSL color Cylindrical-coordinate representation of color #F830C0: hue angle of 316.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F830C0 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 192 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.03 |
| HSL | 316.8º | 0.93% | 0.58% | - |
| HSV(B) | 316.8º | 0.81% | 0.97% | - |
| XYZ | 49.28 | 25.88 | 52.27 | - |
| YUV | 124.22 | 166.26 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 192 | 0 | 0.81 | 0.23 | 0.03 | 316.8 | 0.93 | 0.58 |
| Hex | F8 | 30 | C0 | 0 | 51 | 17 | 3 | 13D | 5D | 3A |
| Octal | 370 | 60 | 300 | 0 | 121 | 27 | 3 | 475 | 135 | 72 |
| Binary | 11111000 | 110000 | 11000000 | 0 | 1010001 | 10111 | 11 | 100111101 | 1011101 | 111010 |
Color Harmonies of #F830C0
Complementary color
Monochromatic Colors of #F830C0
Black with #F830C0
Text Example
Text Example
White with #F830C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830C0; }
p { color: rgb(248,48,192); }
H1.HeaderClassName
{
color: #F830C0;
}
.AnyTagClassName
{
color: #F830C0;
}
</style>
background-color css
<style>
a { background-color: #F830C0; }
a { background-color: rgb(248,48,192); }
div.DivClassName
{
background-color: #F830C0;
}
.BgClassName
{
background-color: #F830C0;
}
</style>
border-color css
<style>
span { border-color: #F830C0; }
span { border-color: rgb(248,48,192); }
td.TdClassName
{
border-color: #F830C0;
}
.TagClassName
{
border-color: #F830C0;
}
</style>