Shades of Persian Pink #F67FC0
Tints of Persian Pink #F67FC0
RGB
CMYK
RGB Variations
Color information
#F67FC0 (or 0xF67FC0) is known color: Persian Pink. HEX triplet: F6, 7F and C0. RGB value is (246,127,192). Sum of RGB (Red+Green+Blue) = 246+127+192=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F67FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67FC0 is #09803F. Grayscale: #A9A9A9. Windows color (decimal): -622656 or 12615670. OLE color: 12615670.
HSL color Cylindrical-coordinate representation of color #F67FC0: hue angle of 327.23º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F67FC0 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 127 | 192 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.04 |
| HSL | 327.23º | 0.87% | 0.73% | - |
| HSV(B) | 327.23º | 0.48% | 0.96% | - |
| XYZ | 55.11 | 38.58 | 54.41 | - |
| YUV | 169.99 | 140.42 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 127 | 192 | 0 | 0.48 | 0.22 | 0.04 | 327.23 | 0.87 | 0.73 |
| Hex | F6 | 7F | C0 | 0 | 30 | 16 | 4 | 147 | 57 | 49 |
| Octal | 366 | 177 | 300 | 0 | 60 | 26 | 4 | 507 | 127 | 111 |
| Binary | 11110110 | 1111111 | 11000000 | 0 | 110000 | 10110 | 100 | 101000111 | 1010111 | 1001001 |
Color Harmonies of #F67FC0
Complementary color
Monochromatic Colors of #F67FC0
Black with #F67FC0
Text Example
Text Example
White with #F67FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67FC0; }
p { color: rgb(246,127,192); }
H1.HeaderClassName
{
color: #F67FC0;
}
.AnyTagClassName
{
color: #F67FC0;
}
</style>
background-color css
<style>
a { background-color: #F67FC0; }
a { background-color: rgb(246,127,192); }
div.DivClassName
{
background-color: #F67FC0;
}
.BgClassName
{
background-color: #F67FC0;
}
</style>
border-color css
<style>
span { border-color: #F67FC0; }
span { border-color: rgb(246,127,192); }
td.TdClassName
{
border-color: #F67FC0;
}
.TagClassName
{
border-color: #F67FC0;
}
</style>