Shades of Razzle Dazzle Rose #F037DF
Tints of Razzle Dazzle Rose #F037DF
RGB
CMYK
RGB Variations
Color information
#F037DF (or 0xF037DF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and DF. RGB value is (240,55,223). Sum of RGB (Red+Green+Blue) = 240+55+223=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F037DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037DF is #0FC820. Grayscale: #808080. Windows color (decimal): -1034273 or 14628848. OLE color: 14628848.
HSL color Cylindrical-coordinate representation of color #F037DF: hue angle of 305.51º 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 #F037DF is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 223 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.06 |
| HSL | 305.51º | 0.86% | 0.58% | - |
| HSV(B) | 305.51º | 0.77% | 0.94% | - |
| XYZ | 50.62 | 26.59 | 72.28 | - |
| YUV | 129.47 | 180.79 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 223 | 0 | 0.77 | 0.07 | 0.06 | 305.51 | 0.86 | 0.58 |
| Hex | F0 | 37 | DF | 0 | 4D | 7 | 6 | 132 | 56 | 3A |
| Octal | 360 | 67 | 337 | 0 | 115 | 7 | 6 | 462 | 126 | 72 |
| Binary | 11110000 | 110111 | 11011111 | 0 | 1001101 | 111 | 110 | 100110010 | 1010110 | 111010 |
Color Harmonies of #F037DF
Complementary color
Monochromatic Colors of #F037DF
Black with #F037DF
Text Example
Text Example
White with #F037DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037DF; }
p { color: rgb(240,55,223); }
H1.HeaderClassName
{
color: #F037DF;
}
.AnyTagClassName
{
color: #F037DF;
}
</style>
background-color css
<style>
a { background-color: #F037DF; }
a { background-color: rgb(240,55,223); }
div.DivClassName
{
background-color: #F037DF;
}
.BgClassName
{
background-color: #F037DF;
}
</style>
border-color css
<style>
span { border-color: #F037DF; }
span { border-color: rgb(240,55,223); }
td.TdClassName
{
border-color: #F037DF;
}
.TagClassName
{
border-color: #F037DF;
}
</style>