Shades of Persian Pink #F080C0
Tints of Persian Pink #F080C0
RGB
CMYK
RGB Variations
Color information
#F080C0 (or 0xF080C0) is known color: Persian Pink. HEX triplet: F0, 80 and C0. RGB value is (240,128,192). Sum of RGB (Red+Green+Blue) = 240+128+192=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F080C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080C0 is #0F7F3F. Grayscale: #A8A8A8. Windows color (decimal): -1015616 or 12615920. OLE color: 12615920.
HSL color Cylindrical-coordinate representation of color #F080C0: hue angle of 325.71º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080C0 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 192 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.06 |
| HSL | 325.71º | 0.79% | 0.72% | - |
| HSV(B) | 325.71º | 0.47% | 0.94% | - |
| XYZ | 53.17 | 37.77 | 54.36 | - |
| YUV | 168.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 192 | 0 | 0.47 | 0.20 | 0.06 | 325.71 | 0.79 | 0.72 |
| Hex | F0 | 80 | C0 | 0 | 2F | 14 | 6 | 146 | 4F | 48 |
| Octal | 360 | 200 | 300 | 0 | 57 | 24 | 6 | 506 | 117 | 110 |
| Binary | 11110000 | 10000000 | 11000000 | 0 | 101111 | 10100 | 110 | 101000110 | 1001111 | 1001000 |
Color Harmonies of #F080C0
Complementary color
Monochromatic Colors of #F080C0
Black with #F080C0
Text Example
Text Example
White with #F080C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080C0; }
p { color: rgb(240,128,192); }
H1.HeaderClassName
{
color: #F080C0;
}
.AnyTagClassName
{
color: #F080C0;
}
</style>
background-color css
<style>
a { background-color: #F080C0; }
a { background-color: rgb(240,128,192); }
div.DivClassName
{
background-color: #F080C0;
}
.BgClassName
{
background-color: #F080C0;
}
</style>
border-color css
<style>
span { border-color: #F080C0; }
span { border-color: rgb(240,128,192); }
td.TdClassName
{
border-color: #F080C0;
}
.TagClassName
{
border-color: #F080C0;
}
</style>