Shades of Persian Pink #F181B4
Tints of Persian Pink #F181B4
RGB
CMYK
RGB Variations
Color information
#F181B4 (or 0xF181B4) is known color: Persian Pink. HEX triplet: F1, 81 and B4. RGB value is (241,129,180). Sum of RGB (Red+Green+Blue) = 241+129+180=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F181B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181B4 is #0E7E4B. Grayscale: #A8A8A8. Windows color (decimal): -949836 or 11829745. OLE color: 11829745.
HSL color Cylindrical-coordinate representation of color #F181B4: hue angle of 332.68º 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 #F181B4 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 180 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.05 |
| HSL | 332.68º | 0.8% | 0.73% | - |
| HSV(B) | 332.68º | 0.46% | 0.95% | - |
| XYZ | 52.36 | 37.7 | 47.7 | - |
| YUV | 168.3 | 134.61 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 180 | 0 | 0.46 | 0.25 | 0.05 | 332.68 | 0.8 | 0.73 |
| Hex | F1 | 81 | B4 | 0 | 2E | 19 | 5 | 14D | 50 | 49 |
| Octal | 361 | 201 | 264 | 0 | 56 | 31 | 5 | 515 | 120 | 111 |
| Binary | 11110001 | 10000001 | 10110100 | 0 | 101110 | 11001 | 101 | 101001101 | 1010000 | 1001001 |
Color Harmonies of #F181B4
Complementary color
Monochromatic Colors of #F181B4
Black with #F181B4
Text Example
Text Example
White with #F181B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181B4; }
p { color: rgb(241,129,180); }
H1.HeaderClassName
{
color: #F181B4;
}
.AnyTagClassName
{
color: #F181B4;
}
</style>
background-color css
<style>
a { background-color: #F181B4; }
a { background-color: rgb(241,129,180); }
div.DivClassName
{
background-color: #F181B4;
}
.BgClassName
{
background-color: #F181B4;
}
</style>
border-color css
<style>
span { border-color: #F181B4; }
span { border-color: rgb(241,129,180); }
td.TdClassName
{
border-color: #F181B4;
}
.TagClassName
{
border-color: #F181B4;
}
</style>