Shades of Persian Rose #F139AD
Tints of Persian Rose #F139AD
RGB
CMYK
RGB Variations
Color information
#F139AD (or 0xF139AD) is known color: Persian Rose. HEX triplet: F1, 39 and AD. RGB value is (241,57,173). Sum of RGB (Red+Green+Blue) = 241+57+173=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F139AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F139AD is #0EC652. Grayscale: #7C7C7C. Windows color (decimal): -968275 or 11352561. OLE color: 11352561.
HSL color Cylindrical-coordinate representation of color #F139AD: hue angle of 322.17º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F139AD is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 57 | 173 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.05 |
| HSL | 322.17º | 0.87% | 0.58% | - |
| HSV(B) | 322.17º | 0.76% | 0.95% | - |
| XYZ | 45.28 | 24.64 | 41.91 | - |
| YUV | 125.24 | 154.96 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 57 | 173 | 0 | 0.76 | 0.28 | 0.05 | 322.17 | 0.87 | 0.58 |
| Hex | F1 | 39 | AD | 0 | 4C | 1C | 5 | 142 | 57 | 3A |
| Octal | 361 | 71 | 255 | 0 | 114 | 34 | 5 | 502 | 127 | 72 |
| Binary | 11110001 | 111001 | 10101101 | 0 | 1001100 | 11100 | 101 | 101000010 | 1010111 | 111010 |
Color Harmonies of #F139AD
Complementary color
Monochromatic Colors of #F139AD
Black with #F139AD
Text Example
Text Example
White with #F139AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F139AD; }
p { color: rgb(241,57,173); }
H1.HeaderClassName
{
color: #F139AD;
}
.AnyTagClassName
{
color: #F139AD;
}
</style>
background-color css
<style>
a { background-color: #F139AD; }
a { background-color: rgb(241,57,173); }
div.DivClassName
{
background-color: #F139AD;
}
.BgClassName
{
background-color: #F139AD;
}
</style>
border-color css
<style>
span { border-color: #F139AD; }
span { border-color: rgb(241,57,173); }
td.TdClassName
{
border-color: #F139AD;
}
.TagClassName
{
border-color: #F139AD;
}
</style>