Shades of Persian Rose #F128AB
Tints of Persian Rose #F128AB
RGB
CMYK
RGB Variations
Color information
#F128AB (or 0xF128AB) is known color: Persian Rose. HEX triplet: F1, 28 and AB. RGB value is (241,40,171). Sum of RGB (Red+Green+Blue) = 241+40+171=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F128AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F128AB is #0ED754. Grayscale: #727272. Windows color (decimal): -972629 or 11217137. OLE color: 11217137.
HSL color Cylindrical-coordinate representation of color #F128AB: hue angle of 320.9º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F128AB is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 171 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.05 |
| HSL | 320.9º | 0.88% | 0.55% | - |
| HSV(B) | 320.9º | 0.83% | 0.95% | - |
| XYZ | 44.39 | 23.16 | 40.66 | - |
| YUV | 115.03 | 159.59 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 171 | 0 | 0.83 | 0.29 | 0.05 | 320.9 | 0.88 | 0.55 |
| Hex | F1 | 28 | AB | 0 | 53 | 1D | 5 | 141 | 58 | 37 |
| Octal | 361 | 50 | 253 | 0 | 123 | 35 | 5 | 501 | 130 | 67 |
| Binary | 11110001 | 101000 | 10101011 | 0 | 1010011 | 11101 | 101 | 101000001 | 1011000 | 110111 |
Color Harmonies of #F128AB
Complementary color
Monochromatic Colors of #F128AB
Black with #F128AB
Text Example
Text Example
White with #F128AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F128AB; }
p { color: rgb(241,40,171); }
H1.HeaderClassName
{
color: #F128AB;
}
.AnyTagClassName
{
color: #F128AB;
}
</style>
background-color css
<style>
a { background-color: #F128AB; }
a { background-color: rgb(241,40,171); }
div.DivClassName
{
background-color: #F128AB;
}
.BgClassName
{
background-color: #F128AB;
}
</style>
border-color css
<style>
span { border-color: #F128AB; }
span { border-color: rgb(241,40,171); }
td.TdClassName
{
border-color: #F128AB;
}
.TagClassName
{
border-color: #F128AB;
}
</style>