Shades of Persian Pink #F981BD
Tints of Persian Pink #F981BD
RGB
CMYK
RGB Variations
Color information
#F981BD (or 0xF981BD) is known color: Persian Pink. HEX triplet: F9, 81 and BD. RGB value is (249,129,189). Sum of RGB (Red+Green+Blue) = 249+129+189=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F981BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F981BD is #067E42. Grayscale: #ABABAB. Windows color (decimal): -425539 or 12419577. OLE color: 12419577.
HSL color Cylindrical-coordinate representation of color #F981BD: hue angle of 330º 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 #F981BD is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 189 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.02 |
| HSL | 330º | 0.91% | 0.74% | - |
| HSV(B) | 330º | 0.48% | 0.98% | - |
| XYZ | 56.1 | 39.51 | 52.81 | - |
| YUV | 171.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 189 | 0 | 0.48 | 0.24 | 0.02 | 330 | 0.91 | 0.74 |
| Hex | F9 | 81 | BD | 0 | 30 | 18 | 2 | 14A | 5B | 4A |
| Octal | 371 | 201 | 275 | 0 | 60 | 30 | 2 | 512 | 133 | 112 |
| Binary | 11111001 | 10000001 | 10111101 | 0 | 110000 | 11000 | 10 | 101001010 | 1011011 | 1001010 |
Color Harmonies of #F981BD
Complementary color
Monochromatic Colors of #F981BD
Black with #F981BD
Text Example
Text Example
White with #F981BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981BD; }
p { color: rgb(249,129,189); }
H1.HeaderClassName
{
color: #F981BD;
}
.AnyTagClassName
{
color: #F981BD;
}
</style>
background-color css
<style>
a { background-color: #F981BD; }
a { background-color: rgb(249,129,189); }
div.DivClassName
{
background-color: #F981BD;
}
.BgClassName
{
background-color: #F981BD;
}
</style>
border-color css
<style>
span { border-color: #F981BD; }
span { border-color: rgb(249,129,189); }
td.TdClassName
{
border-color: #F981BD;
}
.TagClassName
{
border-color: #F981BD;
}
</style>