Shades of Razzle Dazzle Rose #F039C8
Tints of Razzle Dazzle Rose #F039C8
RGB
CMYK
RGB Variations
Color information
#F039C8 (or 0xF039C8) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and C8. RGB value is (240,57,200). Sum of RGB (Red+Green+Blue) = 240+57+200=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 57 (22.66% from 255 or 11.47% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F039C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039C8 is #0FC637. Grayscale: #7F7F7F. Windows color (decimal): -1033784 or 13122032. OLE color: 13122032.
HSL color Cylindrical-coordinate representation of color #F039C8: hue angle of 313.11º 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 #F039C8 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 200 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.06 |
| HSL | 313.11º | 0.86% | 0.58% | - |
| HSV(B) | 313.11º | 0.76% | 0.94% | - |
| XYZ | 47.82 | 25.62 | 57.07 | - |
| YUV | 128.02 | 168.63 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 200 | 0 | 0.76 | 0.17 | 0.06 | 313.11 | 0.86 | 0.58 |
| Hex | F0 | 39 | C8 | 0 | 4C | 11 | 6 | 139 | 56 | 3A |
| Octal | 360 | 71 | 310 | 0 | 114 | 21 | 6 | 471 | 126 | 72 |
| Binary | 11110000 | 111001 | 11001000 | 0 | 1001100 | 10001 | 110 | 100111001 | 1010110 | 111010 |
Color Harmonies of #F039C8
Complementary color
Monochromatic Colors of #F039C8
Black with #F039C8
Text Example
Text Example
White with #F039C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039C8; }
p { color: rgb(240,57,200); }
H1.HeaderClassName
{
color: #F039C8;
}
.AnyTagClassName
{
color: #F039C8;
}
</style>
background-color css
<style>
a { background-color: #F039C8; }
a { background-color: rgb(240,57,200); }
div.DivClassName
{
background-color: #F039C8;
}
.BgClassName
{
background-color: #F039C8;
}
</style>
border-color css
<style>
span { border-color: #F039C8; }
span { border-color: rgb(240,57,200); }
td.TdClassName
{
border-color: #F039C8;
}
.TagClassName
{
border-color: #F039C8;
}
</style>