Shades of Persian Pink #F982BB
Tints of Persian Pink #F982BB
RGB
CMYK
RGB Variations
Color information
#F982BB (or 0xF982BB) is known color: Persian Pink. HEX triplet: F9, 82 and BB. RGB value is (249,130,187). Sum of RGB (Red+Green+Blue) = 249+130+187=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F982BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982BB is #067D44. Grayscale: #ABABAB. Windows color (decimal): -425285 or 12288761. OLE color: 12288761.
HSL color Cylindrical-coordinate representation of color #F982BB: hue angle of 331.26º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F982BB is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 187 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.02 |
| HSL | 331.26º | 0.91% | 0.74% | - |
| HSV(B) | 331.26º | 0.48% | 0.98% | - |
| XYZ | 56.02 | 39.69 | 51.72 | - |
| YUV | 172.08 | 136.42 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 187 | 0 | 0.48 | 0.25 | 0.02 | 331.26 | 0.91 | 0.74 |
| Hex | F9 | 82 | BB | 0 | 30 | 19 | 2 | 14B | 5B | 4A |
| Octal | 371 | 202 | 273 | 0 | 60 | 31 | 2 | 513 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10111011 | 0 | 110000 | 11001 | 10 | 101001011 | 1011011 | 1001010 |
Color Harmonies of #F982BB
Complementary color
Monochromatic Colors of #F982BB
Black with #F982BB
Text Example
Text Example
White with #F982BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982BB; }
p { color: rgb(249,130,187); }
H1.HeaderClassName
{
color: #F982BB;
}
.AnyTagClassName
{
color: #F982BB;
}
</style>
background-color css
<style>
a { background-color: #F982BB; }
a { background-color: rgb(249,130,187); }
div.DivClassName
{
background-color: #F982BB;
}
.BgClassName
{
background-color: #F982BB;
}
</style>
border-color css
<style>
span { border-color: #F982BB; }
span { border-color: rgb(249,130,187); }
td.TdClassName
{
border-color: #F982BB;
}
.TagClassName
{
border-color: #F982BB;
}
</style>