Shades of Persian Pink #F67CB9
Tints of Persian Pink #F67CB9
RGB
CMYK
RGB Variations
Color information
#F67CB9 (or 0xF67CB9) is known color: Persian Pink. HEX triplet: F6, 7C and B9. RGB value is (246,124,185). Sum of RGB (Red+Green+Blue) = 246+124+185=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F67CB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67CB9 is #098346. Grayscale: #A7A7A7. Windows color (decimal): -623431 or 12156150. OLE color: 12156150.
HSL color Cylindrical-coordinate representation of color #F67CB9: hue angle of 330º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67CB9 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 124 | 185 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.04 |
| HSL | 330º | 0.87% | 0.73% | - |
| HSV(B) | 330º | 0.5% | 0.96% | - |
| XYZ | 53.97 | 37.51 | 50.29 | - |
| YUV | 167.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 124 | 185 | 0 | 0.50 | 0.25 | 0.04 | 330 | 0.87 | 0.73 |
| Hex | F6 | 7C | B9 | 0 | 32 | 19 | 4 | 14A | 57 | 49 |
| Octal | 366 | 174 | 271 | 0 | 62 | 31 | 4 | 512 | 127 | 111 |
| Binary | 11110110 | 1111100 | 10111001 | 0 | 110010 | 11001 | 100 | 101001010 | 1010111 | 1001001 |
Color Harmonies of #F67CB9
Complementary color
Monochromatic Colors of #F67CB9
Black with #F67CB9
Text Example
Text Example
White with #F67CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67CB9; }
p { color: rgb(246,124,185); }
H1.HeaderClassName
{
color: #F67CB9;
}
.AnyTagClassName
{
color: #F67CB9;
}
</style>
background-color css
<style>
a { background-color: #F67CB9; }
a { background-color: rgb(246,124,185); }
div.DivClassName
{
background-color: #F67CB9;
}
.BgClassName
{
background-color: #F67CB9;
}
</style>
border-color css
<style>
span { border-color: #F67CB9; }
span { border-color: rgb(246,124,185); }
td.TdClassName
{
border-color: #F67CB9;
}
.TagClassName
{
border-color: #F67CB9;
}
</style>