Shades of Razzle Dazzle Rose #F037DA
Tints of Razzle Dazzle Rose #F037DA
RGB
CMYK
RGB Variations
Color information
#F037DA (or 0xF037DA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and DA. RGB value is (240,55,218). Sum of RGB (Red+Green+Blue) = 240+55+218=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 55 (21.88% from 255 or 10.72% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F037DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037DA is #0FC825. Grayscale: #808080. Windows color (decimal): -1034278 or 14301168. OLE color: 14301168.
HSL color Cylindrical-coordinate representation of color #F037DA: hue angle of 307.14º 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 #F037DA is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 218 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.06 |
| HSL | 307.14º | 0.86% | 0.58% | - |
| HSV(B) | 307.14º | 0.77% | 0.94% | - |
| XYZ | 49.96 | 26.32 | 68.78 | - |
| YUV | 128.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 218 | 0 | 0.77 | 0.09 | 0.06 | 307.14 | 0.86 | 0.58 |
| Hex | F0 | 37 | DA | 0 | 4D | 9 | 6 | 133 | 56 | 3A |
| Octal | 360 | 67 | 332 | 0 | 115 | 11 | 6 | 463 | 126 | 72 |
| Binary | 11110000 | 110111 | 11011010 | 0 | 1001101 | 1001 | 110 | 100110011 | 1010110 | 111010 |
Color Harmonies of #F037DA
Complementary color
Monochromatic Colors of #F037DA
Black with #F037DA
Text Example
Text Example
White with #F037DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037DA; }
p { color: rgb(240,55,218); }
H1.HeaderClassName
{
color: #F037DA;
}
.AnyTagClassName
{
color: #F037DA;
}
</style>
background-color css
<style>
a { background-color: #F037DA; }
a { background-color: rgb(240,55,218); }
div.DivClassName
{
background-color: #F037DA;
}
.BgClassName
{
background-color: #F037DA;
}
</style>
border-color css
<style>
span { border-color: #F037DA; }
span { border-color: rgb(240,55,218); }
td.TdClassName
{
border-color: #F037DA;
}
.TagClassName
{
border-color: #F037DA;
}
</style>