Shades of Persian Pink #F082BC
Tints of Persian Pink #F082BC
RGB
CMYK
RGB Variations
Color information
#F082BC (or 0xF082BC) is known color: Persian Pink. HEX triplet: F0, 82 and BC. RGB value is (240,130,188). Sum of RGB (Red+Green+Blue) = 240+130+188=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F082BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082BC is #0F7D43. Grayscale: #A9A9A9. Windows color (decimal): -1015108 or 12354288. OLE color: 12354288.
HSL color Cylindrical-coordinate representation of color #F082BC: hue angle of 328.36º 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 #F082BC is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 188 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.06 |
| HSL | 328.36º | 0.79% | 0.73% | - |
| HSV(B) | 328.36º | 0.46% | 0.94% | - |
| XYZ | 52.99 | 38.12 | 52.14 | - |
| YUV | 169.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 188 | 0 | 0.46 | 0.22 | 0.06 | 328.36 | 0.79 | 0.73 |
| Hex | F0 | 82 | BC | 0 | 2E | 16 | 6 | 148 | 4F | 49 |
| Octal | 360 | 202 | 274 | 0 | 56 | 26 | 6 | 510 | 117 | 111 |
| Binary | 11110000 | 10000010 | 10111100 | 0 | 101110 | 10110 | 110 | 101001000 | 1001111 | 1001001 |
Color Harmonies of #F082BC
Complementary color
Monochromatic Colors of #F082BC
Black with #F082BC
Text Example
Text Example
White with #F082BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082BC; }
p { color: rgb(240,130,188); }
H1.HeaderClassName
{
color: #F082BC;
}
.AnyTagClassName
{
color: #F082BC;
}
</style>
background-color css
<style>
a { background-color: #F082BC; }
a { background-color: rgb(240,130,188); }
div.DivClassName
{
background-color: #F082BC;
}
.BgClassName
{
background-color: #F082BC;
}
</style>
border-color css
<style>
span { border-color: #F082BC; }
span { border-color: rgb(240,130,188); }
td.TdClassName
{
border-color: #F082BC;
}
.TagClassName
{
border-color: #F082BC;
}
</style>