Shades of Razzle Dazzle Rose #F037D3
Tints of Razzle Dazzle Rose #F037D3
RGB
CMYK
RGB Variations
Color information
#F037D3 (or 0xF037D3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 37 and D3. RGB value is (240,55,211). Sum of RGB (Red+Green+Blue) = 240+55+211=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 55 (21.88% from 255 or 10.87% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F037D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F037D3 is #0FC82C. Grayscale: #7F7F7F. Windows color (decimal): -1034285 or 13842416. OLE color: 13842416.
HSL color Cylindrical-coordinate representation of color #F037D3: hue angle of 309.41º 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 #F037D3 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 211 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.06 |
| HSL | 309.41º | 0.86% | 0.58% | - |
| HSV(B) | 309.41º | 0.77% | 0.94% | - |
| XYZ | 49.06 | 25.96 | 64.05 | - |
| YUV | 128.1 | 174.79 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 211 | 0 | 0.77 | 0.12 | 0.06 | 309.41 | 0.86 | 0.58 |
| Hex | F0 | 37 | D3 | 0 | 4D | C | 6 | 135 | 56 | 3A |
| Octal | 360 | 67 | 323 | 0 | 115 | 14 | 6 | 465 | 126 | 72 |
| Binary | 11110000 | 110111 | 11010011 | 0 | 1001101 | 1100 | 110 | 100110101 | 1010110 | 111010 |
Color Harmonies of #F037D3
Complementary color
Monochromatic Colors of #F037D3
Black with #F037D3
Text Example
Text Example
White with #F037D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037D3; }
p { color: rgb(240,55,211); }
H1.HeaderClassName
{
color: #F037D3;
}
.AnyTagClassName
{
color: #F037D3;
}
</style>
background-color css
<style>
a { background-color: #F037D3; }
a { background-color: rgb(240,55,211); }
div.DivClassName
{
background-color: #F037D3;
}
.BgClassName
{
background-color: #F037D3;
}
</style>
border-color css
<style>
span { border-color: #F037D3; }
span { border-color: rgb(240,55,211); }
td.TdClassName
{
border-color: #F037D3;
}
.TagClassName
{
border-color: #F037D3;
}
</style>