Shades of Razzle Dazzle Rose #F039D1
Tints of Razzle Dazzle Rose #F039D1
RGB
CMYK
RGB Variations
Color information
#F039D1 (or 0xF039D1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and D1. RGB value is (240,57,209). Sum of RGB (Red+Green+Blue) = 240+57+209=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 57 (22.66% from 255 or 11.26% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F039D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039D1 is #0FC62E. Grayscale: #808080. Windows color (decimal): -1033775 or 13711856. OLE color: 13711856.
HSL color Cylindrical-coordinate representation of color #F039D1: hue angle of 310.16º 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 #F039D1 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 209 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.06 |
| HSL | 310.16º | 0.86% | 0.58% | - |
| HSV(B) | 310.16º | 0.76% | 0.94% | - |
| XYZ | 48.91 | 26.05 | 62.77 | - |
| YUV | 129.05 | 173.13 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 209 | 0 | 0.76 | 0.13 | 0.06 | 310.16 | 0.86 | 0.58 |
| Hex | F0 | 39 | D1 | 0 | 4C | D | 6 | 136 | 56 | 3A |
| Octal | 360 | 71 | 321 | 0 | 114 | 15 | 6 | 466 | 126 | 72 |
| Binary | 11110000 | 111001 | 11010001 | 0 | 1001100 | 1101 | 110 | 100110110 | 1010110 | 111010 |
Color Harmonies of #F039D1
Complementary color
Monochromatic Colors of #F039D1
Black with #F039D1
Text Example
Text Example
White with #F039D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039D1; }
p { color: rgb(240,57,209); }
H1.HeaderClassName
{
color: #F039D1;
}
.AnyTagClassName
{
color: #F039D1;
}
</style>
background-color css
<style>
a { background-color: #F039D1; }
a { background-color: rgb(240,57,209); }
div.DivClassName
{
background-color: #F039D1;
}
.BgClassName
{
background-color: #F039D1;
}
</style>
border-color css
<style>
span { border-color: #F039D1; }
span { border-color: rgb(240,57,209); }
td.TdClassName
{
border-color: #F039D1;
}
.TagClassName
{
border-color: #F039D1;
}
</style>