Shades of Persian Pink #F67AB1
Tints of Persian Pink #F67AB1
RGB
CMYK
RGB Variations
Color information
#F67AB1 (or 0xF67AB1) is known color: Persian Pink. HEX triplet: F6, 7A and B1. RGB value is (246,122,177). Sum of RGB (Red+Green+Blue) = 246+122+177=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67AB1 is #09854E. Grayscale: #A5A5A5. Windows color (decimal): -623951 or 11631350. OLE color: 11631350.
HSL color Cylindrical-coordinate representation of color #F67AB1: hue angle of 333.39º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67AB1 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 177 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.04 |
| HSL | 333.39º | 0.87% | 0.72% | - |
| HSV(B) | 333.39º | 0.5% | 0.96% | - |
| XYZ | 52.9 | 36.69 | 45.89 | - |
| YUV | 165.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 177 | 0 | 0.50 | 0.28 | 0.04 | 333.39 | 0.87 | 0.72 |
| Hex | F6 | 7A | B1 | 0 | 32 | 1C | 4 | 14D | 57 | 48 |
| Octal | 366 | 172 | 261 | 0 | 62 | 34 | 4 | 515 | 127 | 110 |
| Binary | 11110110 | 1111010 | 10110001 | 0 | 110010 | 11100 | 100 | 101001101 | 1010111 | 1001000 |
Color Harmonies of #F67AB1
Complementary color
Monochromatic Colors of #F67AB1
Black with #F67AB1
Text Example
Text Example
White with #F67AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67AB1; }
p { color: rgb(246,122,177); }
H1.HeaderClassName
{
color: #F67AB1;
}
.AnyTagClassName
{
color: #F67AB1;
}
</style>
background-color css
<style>
a { background-color: #F67AB1; }
a { background-color: rgb(246,122,177); }
div.DivClassName
{
background-color: #F67AB1;
}
.BgClassName
{
background-color: #F67AB1;
}
</style>
border-color css
<style>
span { border-color: #F67AB1; }
span { border-color: rgb(246,122,177); }
td.TdClassName
{
border-color: #F67AB1;
}
.TagClassName
{
border-color: #F67AB1;
}
</style>