Shades of Persian Pink #F482BC
Tints of Persian Pink #F482BC
RGB
CMYK
RGB Variations
Color information
#F482BC (or 0xF482BC) is known color: Persian Pink. HEX triplet: F4, 82 and BC. RGB value is (244,130,188). Sum of RGB (Red+Green+Blue) = 244+130+188=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F482BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482BC is #0B7D43. Grayscale: #AAAAAA. Windows color (decimal): -752964 or 12354292. OLE color: 12354292.
HSL color Cylindrical-coordinate representation of color #F482BC: hue angle of 329.47º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F482BC is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 188 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.04 |
| HSL | 329.47º | 0.84% | 0.73% | - |
| HSV(B) | 329.47º | 0.47% | 0.96% | - |
| XYZ | 54.37 | 38.83 | 52.21 | - |
| YUV | 170.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 188 | 0 | 0.47 | 0.23 | 0.04 | 329.47 | 0.84 | 0.73 |
| Hex | F4 | 82 | BC | 0 | 2F | 17 | 4 | 149 | 54 | 49 |
| Octal | 364 | 202 | 274 | 0 | 57 | 27 | 4 | 511 | 124 | 111 |
| Binary | 11110100 | 10000010 | 10111100 | 0 | 101111 | 10111 | 100 | 101001001 | 1010100 | 1001001 |
Color Harmonies of #F482BC
Complementary color
Monochromatic Colors of #F482BC
Black with #F482BC
Text Example
Text Example
White with #F482BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482BC; }
p { color: rgb(244,130,188); }
H1.HeaderClassName
{
color: #F482BC;
}
.AnyTagClassName
{
color: #F482BC;
}
</style>
background-color css
<style>
a { background-color: #F482BC; }
a { background-color: rgb(244,130,188); }
div.DivClassName
{
background-color: #F482BC;
}
.BgClassName
{
background-color: #F482BC;
}
</style>
border-color css
<style>
span { border-color: #F482BC; }
span { border-color: rgb(244,130,188); }
td.TdClassName
{
border-color: #F482BC;
}
.TagClassName
{
border-color: #F482BC;
}
</style>