Shades of Razzle Dazzle Rose #F038C0
Tints of Razzle Dazzle Rose #F038C0
RGB
CMYK
RGB Variations
Color information
#F038C0 (or 0xF038C0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 38 and C0. RGB value is (240,56,192). Sum of RGB (Red+Green+Blue) = 240+56+192=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F038C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F038C0 is #0FC73F. Grayscale: #7E7E7E. Windows color (decimal): -1034048 or 12597488. OLE color: 12597488.
HSL color Cylindrical-coordinate representation of color #F038C0: hue angle of 315.65º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F038C0 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 192 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.06 |
| HSL | 315.65º | 0.86% | 0.58% | - |
| HSV(B) | 315.65º | 0.77% | 0.94% | - |
| XYZ | 46.86 | 25.16 | 52.26 | - |
| YUV | 126.52 | 164.96 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 192 | 0 | 0.77 | 0.20 | 0.06 | 315.65 | 0.86 | 0.58 |
| Hex | F0 | 38 | C0 | 0 | 4D | 14 | 6 | 13C | 56 | 3A |
| Octal | 360 | 70 | 300 | 0 | 115 | 24 | 6 | 474 | 126 | 72 |
| Binary | 11110000 | 111000 | 11000000 | 0 | 1001101 | 10100 | 110 | 100111100 | 1010110 | 111010 |
Color Harmonies of #F038C0
Complementary color
Monochromatic Colors of #F038C0
Black with #F038C0
Text Example
Text Example
White with #F038C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F038C0; }
p { color: rgb(240,56,192); }
H1.HeaderClassName
{
color: #F038C0;
}
.AnyTagClassName
{
color: #F038C0;
}
</style>
background-color css
<style>
a { background-color: #F038C0; }
a { background-color: rgb(240,56,192); }
div.DivClassName
{
background-color: #F038C0;
}
.BgClassName
{
background-color: #F038C0;
}
</style>
border-color css
<style>
span { border-color: #F038C0; }
span { border-color: rgb(240,56,192); }
td.TdClassName
{
border-color: #F038C0;
}
.TagClassName
{
border-color: #F038C0;
}
</style>