Shades of Persian Rose #F038A6
Tints of Persian Rose #F038A6
RGB
CMYK
RGB Variations
Color information
#F038A6 (or 0xF038A6) is known color: Persian Rose. HEX triplet: F0, 38 and A6. RGB value is (240,56,166). Sum of RGB (Red+Green+Blue) = 240+56+166=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F038A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F038A6 is #0FC759. Grayscale: #7B7B7B. Windows color (decimal): -1034074 or 10893552. OLE color: 10893552.
HSL color Cylindrical-coordinate representation of color #F038A6: hue angle of 324.13º 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 #F038A6 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 166 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.06 |
| HSL | 324.13º | 0.86% | 0.58% | - |
| HSV(B) | 324.13º | 0.77% | 0.94% | - |
| XYZ | 44.23 | 24.11 | 38.4 | - |
| YUV | 123.56 | 151.96 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 166 | 0 | 0.77 | 0.31 | 0.06 | 324.13 | 0.86 | 0.58 |
| Hex | F0 | 38 | A6 | 0 | 4D | 1F | 6 | 144 | 56 | 3A |
| Octal | 360 | 70 | 246 | 0 | 115 | 37 | 6 | 504 | 126 | 72 |
| Binary | 11110000 | 111000 | 10100110 | 0 | 1001101 | 11111 | 110 | 101000100 | 1010110 | 111010 |
Color Harmonies of #F038A6
Complementary color
Monochromatic Colors of #F038A6
Black with #F038A6
Text Example
Text Example
White with #F038A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F038A6; }
p { color: rgb(240,56,166); }
H1.HeaderClassName
{
color: #F038A6;
}
.AnyTagClassName
{
color: #F038A6;
}
</style>
background-color css
<style>
a { background-color: #F038A6; }
a { background-color: rgb(240,56,166); }
div.DivClassName
{
background-color: #F038A6;
}
.BgClassName
{
background-color: #F038A6;
}
</style>
border-color css
<style>
span { border-color: #F038A6; }
span { border-color: rgb(240,56,166); }
td.TdClassName
{
border-color: #F038A6;
}
.TagClassName
{
border-color: #F038A6;
}
</style>