Shades of Razzle Dazzle Rose #F842C0
Tints of Razzle Dazzle Rose #F842C0
RGB
CMYK
RGB Variations
Color information
#F842C0 (or 0xF842C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 42 and C0. RGB value is (248,66,192). Sum of RGB (Red+Green+Blue) = 248+66+192=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F842C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F842C0 is #07BD3F. Grayscale: #868686. Windows color (decimal): -507200 or 12600056. OLE color: 12600056.
HSL color Cylindrical-coordinate representation of color #F842C0: hue angle of 318.46º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F842C0 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 192 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.03 |
| HSL | 318.46º | 0.93% | 0.62% | - |
| HSV(B) | 318.46º | 0.73% | 0.97% | - |
| XYZ | 50.17 | 27.66 | 52.56 | - |
| YUV | 134.78 | 160.3 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 192 | 0 | 0.73 | 0.23 | 0.03 | 318.46 | 0.93 | 0.62 |
| Hex | F8 | 42 | C0 | 0 | 49 | 17 | 3 | 13E | 5D | 3E |
| Octal | 370 | 102 | 300 | 0 | 111 | 27 | 3 | 476 | 135 | 76 |
| Binary | 11111000 | 1000010 | 11000000 | 0 | 1001001 | 10111 | 11 | 100111110 | 1011101 | 111110 |
Color Harmonies of #F842C0
Complementary color
Monochromatic Colors of #F842C0
Black with #F842C0
Text Example
Text Example
White with #F842C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F842C0; }
p { color: rgb(248,66,192); }
H1.HeaderClassName
{
color: #F842C0;
}
.AnyTagClassName
{
color: #F842C0;
}
</style>
background-color css
<style>
a { background-color: #F842C0; }
a { background-color: rgb(248,66,192); }
div.DivClassName
{
background-color: #F842C0;
}
.BgClassName
{
background-color: #F842C0;
}
</style>
border-color css
<style>
span { border-color: #F842C0; }
span { border-color: rgb(248,66,192); }
td.TdClassName
{
border-color: #F842C0;
}
.TagClassName
{
border-color: #F842C0;
}
</style>