Shades of Persian Pink #F181B7
Tints of Persian Pink #F181B7
RGB
CMYK
RGB Variations
Color information
#F181B7 (or 0xF181B7) is known color: Persian Pink. HEX triplet: F1, 81 and B7. RGB value is (241,129,183). Sum of RGB (Red+Green+Blue) = 241+129+183=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F181B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181B7 is #0E7E48. Grayscale: #A8A8A8. Windows color (decimal): -949833 or 12026353. OLE color: 12026353.
HSL color Cylindrical-coordinate representation of color #F181B7: hue angle of 331.07º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F181B7 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 183 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.05 |
| HSL | 331.07º | 0.8% | 0.73% | - |
| HSV(B) | 331.07º | 0.46% | 0.95% | - |
| XYZ | 52.67 | 37.82 | 49.32 | - |
| YUV | 168.64 | 136.11 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 183 | 0 | 0.46 | 0.24 | 0.05 | 331.07 | 0.8 | 0.73 |
| Hex | F1 | 81 | B7 | 0 | 2E | 18 | 5 | 14B | 50 | 49 |
| Octal | 361 | 201 | 267 | 0 | 56 | 30 | 5 | 513 | 120 | 111 |
| Binary | 11110001 | 10000001 | 10110111 | 0 | 101110 | 11000 | 101 | 101001011 | 1010000 | 1001001 |
Color Harmonies of #F181B7
Complementary color
Monochromatic Colors of #F181B7
Black with #F181B7
Text Example
Text Example
White with #F181B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181B7; }
p { color: rgb(241,129,183); }
H1.HeaderClassName
{
color: #F181B7;
}
.AnyTagClassName
{
color: #F181B7;
}
</style>
background-color css
<style>
a { background-color: #F181B7; }
a { background-color: rgb(241,129,183); }
div.DivClassName
{
background-color: #F181B7;
}
.BgClassName
{
background-color: #F181B7;
}
</style>
border-color css
<style>
span { border-color: #F181B7; }
span { border-color: rgb(241,129,183); }
td.TdClassName
{
border-color: #F181B7;
}
.TagClassName
{
border-color: #F181B7;
}
</style>