Shades of Persian Rose #F037A6
Tints of Persian Rose #F037A6
RGB
CMYK
RGB Variations
Color information
#F037A6 (or 0xF037A6) is known color: Persian Rose. HEX triplet: F0, 37 and A6. RGB value is (240,55,166). Sum of RGB (Red+Green+Blue) = 240+55+166=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F037A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F037A6 is #0FC859. Grayscale: #7A7A7A. Windows color (decimal): -1034330 or 10893296. OLE color: 10893296.
HSL color Cylindrical-coordinate representation of color #F037A6: hue angle of 324º 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 #F037A6 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 55 | 166 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.06 |
| HSL | 324º | 0.86% | 0.58% | - |
| HSV(B) | 324º | 0.77% | 0.94% | - |
| XYZ | 44.18 | 24.01 | 38.38 | - |
| YUV | 122.97 | 152.29 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 55 | 166 | 0 | 0.77 | 0.31 | 0.06 | 324 | 0.86 | 0.58 |
| Hex | F0 | 37 | A6 | 0 | 4D | 1F | 6 | 144 | 56 | 3A |
| Octal | 360 | 67 | 246 | 0 | 115 | 37 | 6 | 504 | 126 | 72 |
| Binary | 11110000 | 110111 | 10100110 | 0 | 1001101 | 11111 | 110 | 101000100 | 1010110 | 111010 |
Color Harmonies of #F037A6
Complementary color
Monochromatic Colors of #F037A6
Black with #F037A6
Text Example
Text Example
White with #F037A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F037A6; }
p { color: rgb(240,55,166); }
H1.HeaderClassName
{
color: #F037A6;
}
.AnyTagClassName
{
color: #F037A6;
}
</style>
background-color css
<style>
a { background-color: #F037A6; }
a { background-color: rgb(240,55,166); }
div.DivClassName
{
background-color: #F037A6;
}
.BgClassName
{
background-color: #F037A6;
}
</style>
border-color css
<style>
span { border-color: #F037A6; }
span { border-color: rgb(240,55,166); }
td.TdClassName
{
border-color: #F037A6;
}
.TagClassName
{
border-color: #F037A6;
}
</style>