Shades of Persian Pink #F082C0
Tints of Persian Pink #F082C0
RGB
CMYK
RGB Variations
Color information
#F082C0 (or 0xF082C0) is known color: Persian Pink. HEX triplet: F0, 82 and C0. RGB value is (240,130,192). Sum of RGB (Red+Green+Blue) = 240+130+192=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F082C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082C0 is #0F7D3F. Grayscale: #A9A9A9. Windows color (decimal): -1015104 or 12616432. OLE color: 12616432.
HSL color Cylindrical-coordinate representation of color #F082C0: hue angle of 326.18º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F082C0 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 192 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.06 |
| HSL | 326.18º | 0.79% | 0.73% | - |
| HSV(B) | 326.18º | 0.46% | 0.94% | - |
| XYZ | 53.43 | 38.3 | 54.44 | - |
| YUV | 169.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 192 | 0 | 0.46 | 0.20 | 0.06 | 326.18 | 0.79 | 0.73 |
| Hex | F0 | 82 | C0 | 0 | 2E | 14 | 6 | 146 | 4F | 49 |
| Octal | 360 | 202 | 300 | 0 | 56 | 24 | 6 | 506 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11000000 | 0 | 101110 | 10100 | 110 | 101000110 | 1001111 | 1001001 |
Color Harmonies of #F082C0
Complementary color
Monochromatic Colors of #F082C0
Black with #F082C0
Text Example
Text Example
White with #F082C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082C0; }
p { color: rgb(240,130,192); }
H1.HeaderClassName
{
color: #F082C0;
}
.AnyTagClassName
{
color: #F082C0;
}
</style>
background-color css
<style>
a { background-color: #F082C0; }
a { background-color: rgb(240,130,192); }
div.DivClassName
{
background-color: #F082C0;
}
.BgClassName
{
background-color: #F082C0;
}
</style>
border-color css
<style>
span { border-color: #F082C0; }
span { border-color: rgb(240,130,192); }
td.TdClassName
{
border-color: #F082C0;
}
.TagClassName
{
border-color: #F082C0;
}
</style>