Shades of Razzle Dazzle Rose #F845C0
Tints of Razzle Dazzle Rose #F845C0
RGB
CMYK
RGB Variations
Color information
#F845C0 (or 0xF845C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 45 and C0. RGB value is (248,69,192). Sum of RGB (Red+Green+Blue) = 248+69+192=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F845C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F845C0 is #07BA3F. Grayscale: #888888. Windows color (decimal): -506432 or 12600824. OLE color: 12600824.
HSL color Cylindrical-coordinate representation of color #F845C0: hue angle of 318.77º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F845C0 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 192 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.03 |
| HSL | 318.77º | 0.93% | 0.62% | - |
| HSV(B) | 318.77º | 0.72% | 0.97% | - |
| XYZ | 50.35 | 28.02 | 52.62 | - |
| YUV | 136.54 | 159.3 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 192 | 0 | 0.72 | 0.23 | 0.03 | 318.77 | 0.93 | 0.62 |
| Hex | F8 | 45 | C0 | 0 | 48 | 17 | 3 | 13F | 5D | 3E |
| Octal | 370 | 105 | 300 | 0 | 110 | 27 | 3 | 477 | 135 | 76 |
| Binary | 11111000 | 1000101 | 11000000 | 0 | 1001000 | 10111 | 11 | 100111111 | 1011101 | 111110 |
Color Harmonies of #F845C0
Complementary color
Monochromatic Colors of #F845C0
Black with #F845C0
Text Example
Text Example
White with #F845C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F845C0; }
p { color: rgb(248,69,192); }
H1.HeaderClassName
{
color: #F845C0;
}
.AnyTagClassName
{
color: #F845C0;
}
</style>
background-color css
<style>
a { background-color: #F845C0; }
a { background-color: rgb(248,69,192); }
div.DivClassName
{
background-color: #F845C0;
}
.BgClassName
{
background-color: #F845C0;
}
</style>
border-color css
<style>
span { border-color: #F845C0; }
span { border-color: rgb(248,69,192); }
td.TdClassName
{
border-color: #F845C0;
}
.TagClassName
{
border-color: #F845C0;
}
</style>