Shades of Persian Pink #F67ABB
Tints of Persian Pink #F67ABB
RGB
CMYK
RGB Variations
Color information
#F67ABB (or 0xF67ABB) is known color: Persian Pink. HEX triplet: F6, 7A and BB. RGB value is (246,122,187). Sum of RGB (Red+Green+Blue) = 246+122+187=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ABB is #098544. Grayscale: #A6A6A6. Windows color (decimal): -623941 or 12286710. OLE color: 12286710.
HSL color Cylindrical-coordinate representation of color #F67ABB: hue angle of 328.55º 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 #F67ABB is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 187 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.04 |
| HSL | 328.55º | 0.87% | 0.72% | - |
| HSV(B) | 328.55º | 0.5% | 0.96% | - |
| XYZ | 53.94 | 37.1 | 51.33 | - |
| YUV | 166.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 187 | 0 | 0.50 | 0.24 | 0.04 | 328.55 | 0.87 | 0.72 |
| Hex | F6 | 7A | BB | 0 | 32 | 18 | 4 | 149 | 57 | 48 |
| Octal | 366 | 172 | 273 | 0 | 62 | 30 | 4 | 511 | 127 | 110 |
| Binary | 11110110 | 1111010 | 10111011 | 0 | 110010 | 11000 | 100 | 101001001 | 1010111 | 1001000 |
Color Harmonies of #F67ABB
Complementary color
Monochromatic Colors of #F67ABB
Black with #F67ABB
Text Example
Text Example
White with #F67ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67ABB; }
p { color: rgb(246,122,187); }
H1.HeaderClassName
{
color: #F67ABB;
}
.AnyTagClassName
{
color: #F67ABB;
}
</style>
background-color css
<style>
a { background-color: #F67ABB; }
a { background-color: rgb(246,122,187); }
div.DivClassName
{
background-color: #F67ABB;
}
.BgClassName
{
background-color: #F67ABB;
}
</style>
border-color css
<style>
span { border-color: #F67ABB; }
span { border-color: rgb(246,122,187); }
td.TdClassName
{
border-color: #F67ABB;
}
.TagClassName
{
border-color: #F67ABB;
}
</style>