Shades of Persian Rose #F137AB
Tints of Persian Rose #F137AB
RGB
CMYK
RGB Variations
Color information
#F137AB (or 0xF137AB) is known color: Persian Rose. HEX triplet: F1, 37 and AB. RGB value is (241,55,171). Sum of RGB (Red+Green+Blue) = 241+55+171=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F137AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F137AB is #0EC854. Grayscale: #7B7B7B. Windows color (decimal): -968789 or 11220977. OLE color: 11220977.
HSL color Cylindrical-coordinate representation of color #F137AB: hue angle of 322.58º 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 #F137AB is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 55 | 171 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.05 |
| HSL | 322.58º | 0.87% | 0.58% | - |
| HSV(B) | 322.58º | 0.77% | 0.95% | - |
| XYZ | 44.99 | 24.37 | 40.86 | - |
| YUV | 123.84 | 154.62 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 55 | 171 | 0 | 0.77 | 0.29 | 0.05 | 322.58 | 0.87 | 0.58 |
| Hex | F1 | 37 | AB | 0 | 4D | 1D | 5 | 143 | 57 | 3A |
| Octal | 361 | 67 | 253 | 0 | 115 | 35 | 5 | 503 | 127 | 72 |
| Binary | 11110001 | 110111 | 10101011 | 0 | 1001101 | 11101 | 101 | 101000011 | 1010111 | 111010 |
Color Harmonies of #F137AB
Complementary color
Monochromatic Colors of #F137AB
Black with #F137AB
Text Example
Text Example
White with #F137AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F137AB; }
p { color: rgb(241,55,171); }
H1.HeaderClassName
{
color: #F137AB;
}
.AnyTagClassName
{
color: #F137AB;
}
</style>
background-color css
<style>
a { background-color: #F137AB; }
a { background-color: rgb(241,55,171); }
div.DivClassName
{
background-color: #F137AB;
}
.BgClassName
{
background-color: #F137AB;
}
</style>
border-color css
<style>
span { border-color: #F137AB; }
span { border-color: rgb(241,55,171); }
td.TdClassName
{
border-color: #F137AB;
}
.TagClassName
{
border-color: #F137AB;
}
</style>