Shades of Persian Rose #F137AD
Tints of Persian Rose #F137AD
RGB
CMYK
RGB Variations
Color information
#F137AD (or 0xF137AD) is known color: Persian Rose. HEX triplet: F1, 37 and AD. RGB value is (241,55,173). Sum of RGB (Red+Green+Blue) = 241+55+173=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F137AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F137AD is #0EC852. Grayscale: #7B7B7B. Windows color (decimal): -968787 or 11352049. OLE color: 11352049.
HSL color Cylindrical-coordinate representation of color #F137AD: hue angle of 321.94º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F137AD is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 173 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.05 |
| HSL | 321.94º | 0.87% | 0.58% | - |
| HSV(B) | 321.94º | 0.77% | 0.95% | - |
| XYZ | 45.18 | 24.45 | 41.87 | - |
| YUV | 124.07 | 155.62 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 173 | 0 | 0.77 | 0.28 | 0.05 | 321.94 | 0.87 | 0.58 |
| Hex | F1 | 37 | AD | 0 | 4D | 1C | 5 | 142 | 57 | 3A |
| Octal | 361 | 67 | 255 | 0 | 115 | 34 | 5 | 502 | 127 | 72 |
| Binary | 11110001 | 110111 | 10101101 | 0 | 1001101 | 11100 | 101 | 101000010 | 1010111 | 111010 |
Color Harmonies of #F137AD
Complementary color
Monochromatic Colors of #F137AD
Black with #F137AD
Text Example
Text Example
White with #F137AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F137AD; }
p { color: rgb(241,55,173); }
H1.HeaderClassName
{
color: #F137AD;
}
.AnyTagClassName
{
color: #F137AD;
}
</style>
background-color css
<style>
a { background-color: #F137AD; }
a { background-color: rgb(241,55,173); }
div.DivClassName
{
background-color: #F137AD;
}
.BgClassName
{
background-color: #F137AD;
}
</style>
border-color css
<style>
span { border-color: #F137AD; }
span { border-color: rgb(241,55,173); }
td.TdClassName
{
border-color: #F137AD;
}
.TagClassName
{
border-color: #F137AD;
}
</style>