Shades of Persian Rose #F138AB
Tints of Persian Rose #F138AB
RGB
CMYK
RGB Variations
Color information
#F138AB (or 0xF138AB) is known color: Persian Rose. HEX triplet: F1, 38 and AB. RGB value is (241,56,171). Sum of RGB (Red+Green+Blue) = 241+56+171=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F138AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F138AB is #0EC754. Grayscale: #7C7C7C. Windows color (decimal): -968533 or 11221233. OLE color: 11221233.
HSL color Cylindrical-coordinate representation of color #F138AB: hue angle of 322.7º 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 #F138AB is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 171 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.05 |
| HSL | 322.7º | 0.87% | 0.58% | - |
| HSV(B) | 322.7º | 0.77% | 0.95% | - |
| XYZ | 45.04 | 24.47 | 40.88 | - |
| YUV | 124.43 | 154.29 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 171 | 0 | 0.77 | 0.29 | 0.05 | 322.7 | 0.87 | 0.58 |
| Hex | F1 | 38 | AB | 0 | 4D | 1D | 5 | 143 | 57 | 3A |
| Octal | 361 | 70 | 253 | 0 | 115 | 35 | 5 | 503 | 127 | 72 |
| Binary | 11110001 | 111000 | 10101011 | 0 | 1001101 | 11101 | 101 | 101000011 | 1010111 | 111010 |
Color Harmonies of #F138AB
Complementary color
Monochromatic Colors of #F138AB
Black with #F138AB
Text Example
Text Example
White with #F138AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F138AB; }
p { color: rgb(241,56,171); }
H1.HeaderClassName
{
color: #F138AB;
}
.AnyTagClassName
{
color: #F138AB;
}
</style>
background-color css
<style>
a { background-color: #F138AB; }
a { background-color: rgb(241,56,171); }
div.DivClassName
{
background-color: #F138AB;
}
.BgClassName
{
background-color: #F138AB;
}
</style>
border-color css
<style>
span { border-color: #F138AB; }
span { border-color: rgb(241,56,171); }
td.TdClassName
{
border-color: #F138AB;
}
.TagClassName
{
border-color: #F138AB;
}
</style>