Shades of Persian Pink #F67AC0
Tints of Persian Pink #F67AC0
RGB
CMYK
RGB Variations
Color information
#F67AC0 (or 0xF67AC0) is known color: Persian Pink. HEX triplet: F6, 7A and C0. RGB value is (246,122,192). Sum of RGB (Red+Green+Blue) = 246+122+192=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F67AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67AC0 is #09853F. Grayscale: #A6A6A6. Windows color (decimal): -623936 or 12614390. OLE color: 12614390.
HSL color Cylindrical-coordinate representation of color #F67AC0: hue angle of 326.13º 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 #F67AC0 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 122 | 192 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.04 |
| HSL | 326.13º | 0.87% | 0.72% | - |
| HSV(B) | 326.13º | 0.5% | 0.96% | - |
| XYZ | 54.48 | 37.32 | 54.2 | - |
| YUV | 167.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 122 | 192 | 0 | 0.50 | 0.22 | 0.04 | 326.13 | 0.87 | 0.72 |
| Hex | F6 | 7A | C0 | 0 | 32 | 16 | 4 | 146 | 57 | 48 |
| Octal | 366 | 172 | 300 | 0 | 62 | 26 | 4 | 506 | 127 | 110 |
| Binary | 11110110 | 1111010 | 11000000 | 0 | 110010 | 10110 | 100 | 101000110 | 1010111 | 1001000 |
Color Harmonies of #F67AC0
Complementary color
Monochromatic Colors of #F67AC0
Black with #F67AC0
Text Example
Text Example
White with #F67AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67AC0; }
p { color: rgb(246,122,192); }
H1.HeaderClassName
{
color: #F67AC0;
}
.AnyTagClassName
{
color: #F67AC0;
}
</style>
background-color css
<style>
a { background-color: #F67AC0; }
a { background-color: rgb(246,122,192); }
div.DivClassName
{
background-color: #F67AC0;
}
.BgClassName
{
background-color: #F67AC0;
}
</style>
border-color css
<style>
span { border-color: #F67AC0; }
span { border-color: rgb(246,122,192); }
td.TdClassName
{
border-color: #F67AC0;
}
.TagClassName
{
border-color: #F67AC0;
}
</style>