Shades of Razzle Dazzle Rose #F039C5
Tints of Razzle Dazzle Rose #F039C5
RGB
CMYK
RGB Variations
Color information
#F039C5 (or 0xF039C5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and C5. RGB value is (240,57,197). Sum of RGB (Red+Green+Blue) = 240+57+197=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 57 (22.66% from 255 or 11.54% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F039C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039C5 is #0FC63A. Grayscale: #7F7F7F. Windows color (decimal): -1033787 or 12925424. OLE color: 12925424.
HSL color Cylindrical-coordinate representation of color #F039C5: hue angle of 314.1º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F039C5 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 197 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.06 |
| HSL | 314.1º | 0.86% | 0.58% | - |
| HSV(B) | 314.1º | 0.76% | 0.94% | - |
| XYZ | 47.48 | 25.48 | 55.24 | - |
| YUV | 127.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 197 | 0 | 0.76 | 0.18 | 0.06 | 314.1 | 0.86 | 0.58 |
| Hex | F0 | 39 | C5 | 0 | 4C | 12 | 6 | 13A | 56 | 3A |
| Octal | 360 | 71 | 305 | 0 | 114 | 22 | 6 | 472 | 126 | 72 |
| Binary | 11110000 | 111001 | 11000101 | 0 | 1001100 | 10010 | 110 | 100111010 | 1010110 | 111010 |
Color Harmonies of #F039C5
Complementary color
Monochromatic Colors of #F039C5
Black with #F039C5
Text Example
Text Example
White with #F039C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039C5; }
p { color: rgb(240,57,197); }
H1.HeaderClassName
{
color: #F039C5;
}
.AnyTagClassName
{
color: #F039C5;
}
</style>
background-color css
<style>
a { background-color: #F039C5; }
a { background-color: rgb(240,57,197); }
div.DivClassName
{
background-color: #F039C5;
}
.BgClassName
{
background-color: #F039C5;
}
</style>
border-color css
<style>
span { border-color: #F039C5; }
span { border-color: rgb(240,57,197); }
td.TdClassName
{
border-color: #F039C5;
}
.TagClassName
{
border-color: #F039C5;
}
</style>