Shades of Persian Pink #F680C0
Tints of Persian Pink #F680C0
RGB
CMYK
RGB Variations
Color information
#F680C0 (or 0xF680C0) is known color: Persian Pink. HEX triplet: F6, 80 and C0. RGB value is (246,128,192). Sum of RGB (Red+Green+Blue) = 246+128+192=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F680C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680C0 is #097F3F. Grayscale: #AAAAAA. Windows color (decimal): -622400 or 12615926. OLE color: 12615926.
HSL color Cylindrical-coordinate representation of color #F680C0: hue angle of 327.46º 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 #F680C0 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 192 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.04 |
| HSL | 327.46º | 0.87% | 0.73% | - |
| HSV(B) | 327.46º | 0.48% | 0.96% | - |
| XYZ | 55.24 | 38.84 | 54.45 | - |
| YUV | 170.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 192 | 0 | 0.48 | 0.22 | 0.04 | 327.46 | 0.87 | 0.73 |
| Hex | F6 | 80 | C0 | 0 | 30 | 16 | 4 | 147 | 57 | 49 |
| Octal | 366 | 200 | 300 | 0 | 60 | 26 | 4 | 507 | 127 | 111 |
| Binary | 11110110 | 10000000 | 11000000 | 0 | 110000 | 10110 | 100 | 101000111 | 1010111 | 1001001 |
Color Harmonies of #F680C0
Complementary color
Monochromatic Colors of #F680C0
Black with #F680C0
Text Example
Text Example
White with #F680C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F680C0; }
p { color: rgb(246,128,192); }
H1.HeaderClassName
{
color: #F680C0;
}
.AnyTagClassName
{
color: #F680C0;
}
</style>
background-color css
<style>
a { background-color: #F680C0; }
a { background-color: rgb(246,128,192); }
div.DivClassName
{
background-color: #F680C0;
}
.BgClassName
{
background-color: #F680C0;
}
</style>
border-color css
<style>
span { border-color: #F680C0; }
span { border-color: rgb(246,128,192); }
td.TdClassName
{
border-color: #F680C0;
}
.TagClassName
{
border-color: #F680C0;
}
</style>