Shades of Persian Pink #F181B8
Tints of Persian Pink #F181B8
RGB
CMYK
RGB Variations
Color information
#F181B8 (or 0xF181B8) is known color: Persian Pink. HEX triplet: F1, 81 and B8. RGB value is (241,129,184). Sum of RGB (Red+Green+Blue) = 241+129+184=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F181B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181B8 is #0E7E47. Grayscale: #A8A8A8. Windows color (decimal): -949832 or 12091889. OLE color: 12091889.
HSL color Cylindrical-coordinate representation of color #F181B8: hue angle of 330.54º 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 #F181B8 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 184 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.05 |
| HSL | 330.54º | 0.8% | 0.73% | - |
| HSV(B) | 330.54º | 0.46% | 0.95% | - |
| XYZ | 52.78 | 37.86 | 49.87 | - |
| YUV | 168.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 184 | 0 | 0.46 | 0.24 | 0.05 | 330.54 | 0.8 | 0.73 |
| Hex | F1 | 81 | B8 | 0 | 2E | 18 | 5 | 14B | 50 | 49 |
| Octal | 361 | 201 | 270 | 0 | 56 | 30 | 5 | 513 | 120 | 111 |
| Binary | 11110001 | 10000001 | 10111000 | 0 | 101110 | 11000 | 101 | 101001011 | 1010000 | 1001001 |
Color Harmonies of #F181B8
Complementary color
Monochromatic Colors of #F181B8
Black with #F181B8
Text Example
Text Example
White with #F181B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181B8; }
p { color: rgb(241,129,184); }
H1.HeaderClassName
{
color: #F181B8;
}
.AnyTagClassName
{
color: #F181B8;
}
</style>
background-color css
<style>
a { background-color: #F181B8; }
a { background-color: rgb(241,129,184); }
div.DivClassName
{
background-color: #F181B8;
}
.BgClassName
{
background-color: #F181B8;
}
</style>
border-color css
<style>
span { border-color: #F181B8; }
span { border-color: rgb(241,129,184); }
td.TdClassName
{
border-color: #F181B8;
}
.TagClassName
{
border-color: #F181B8;
}
</style>