Shades of Razzle Dazzle Rose #F832C0
Tints of Razzle Dazzle Rose #F832C0
RGB
CMYK
RGB Variations
Color information
#F832C0 (or 0xF832C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 32 and C0. RGB value is (248,50,192). Sum of RGB (Red+Green+Blue) = 248+50+192=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F832C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F832C0 is #07CD3F. Grayscale: #7D7D7D. Windows color (decimal): -511296 or 12595960. OLE color: 12595960.
HSL color Cylindrical-coordinate representation of color #F832C0: hue angle of 316.97º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F832C0 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 50 | 192 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.03 |
| HSL | 316.97º | 0.93% | 0.58% | - |
| HSV(B) | 316.97º | 0.8% | 0.97% | - |
| XYZ | 49.37 | 26.04 | 52.29 | - |
| YUV | 125.39 | 165.6 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 50 | 192 | 0 | 0.80 | 0.23 | 0.03 | 316.97 | 0.93 | 0.58 |
| Hex | F8 | 32 | C0 | 0 | 50 | 17 | 3 | 13D | 5D | 3A |
| Octal | 370 | 62 | 300 | 0 | 120 | 27 | 3 | 475 | 135 | 72 |
| Binary | 11111000 | 110010 | 11000000 | 0 | 1010000 | 10111 | 11 | 100111101 | 1011101 | 111010 |
Color Harmonies of #F832C0
Complementary color
Monochromatic Colors of #F832C0
Black with #F832C0
Text Example
Text Example
White with #F832C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F832C0; }
p { color: rgb(248,50,192); }
H1.HeaderClassName
{
color: #F832C0;
}
.AnyTagClassName
{
color: #F832C0;
}
</style>
background-color css
<style>
a { background-color: #F832C0; }
a { background-color: rgb(248,50,192); }
div.DivClassName
{
background-color: #F832C0;
}
.BgClassName
{
background-color: #F832C0;
}
</style>
border-color css
<style>
span { border-color: #F832C0; }
span { border-color: rgb(248,50,192); }
td.TdClassName
{
border-color: #F832C0;
}
.TagClassName
{
border-color: #F832C0;
}
</style>