Shades of Razzle Dazzle Rose #F039C9
Tints of Razzle Dazzle Rose #F039C9
RGB
CMYK
RGB Variations
Color information
#F039C9 (or 0xF039C9) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and C9. RGB value is (240,57,201). Sum of RGB (Red+Green+Blue) = 240+57+201=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 57 (22.66% from 255 or 11.45% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F039C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039C9 is #0FC636. Grayscale: #7F7F7F. Windows color (decimal): -1033783 or 13187568. OLE color: 13187568.
HSL color Cylindrical-coordinate representation of color #F039C9: hue angle of 312.79º 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 #F039C9 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 201 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.06 |
| HSL | 312.79º | 0.86% | 0.58% | - |
| HSV(B) | 312.79º | 0.76% | 0.94% | - |
| XYZ | 47.94 | 25.67 | 57.69 | - |
| YUV | 128.13 | 169.13 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 201 | 0 | 0.76 | 0.16 | 0.06 | 312.79 | 0.86 | 0.58 |
| Hex | F0 | 39 | C9 | 0 | 4C | 10 | 6 | 139 | 56 | 3A |
| Octal | 360 | 71 | 311 | 0 | 114 | 20 | 6 | 471 | 126 | 72 |
| Binary | 11110000 | 111001 | 11001001 | 0 | 1001100 | 10000 | 110 | 100111001 | 1010110 | 111010 |
Color Harmonies of #F039C9
Complementary color
Monochromatic Colors of #F039C9
Black with #F039C9
Text Example
Text Example
White with #F039C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039C9; }
p { color: rgb(240,57,201); }
H1.HeaderClassName
{
color: #F039C9;
}
.AnyTagClassName
{
color: #F039C9;
}
</style>
background-color css
<style>
a { background-color: #F039C9; }
a { background-color: rgb(240,57,201); }
div.DivClassName
{
background-color: #F039C9;
}
.BgClassName
{
background-color: #F039C9;
}
</style>
border-color css
<style>
span { border-color: #F039C9; }
span { border-color: rgb(240,57,201); }
td.TdClassName
{
border-color: #F039C9;
}
.TagClassName
{
border-color: #F039C9;
}
</style>