Shades of Persian Pink #F982BD
Tints of Persian Pink #F982BD
RGB
CMYK
RGB Variations
Color information
#F982BD (or 0xF982BD) is known color: Persian Pink. HEX triplet: F9, 82 and BD. RGB value is (249,130,189). Sum of RGB (Red+Green+Blue) = 249+130+189=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F982BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982BD is #067D42. Grayscale: #ACACAC. Windows color (decimal): -425283 or 12419833. OLE color: 12419833.
HSL color Cylindrical-coordinate representation of color #F982BD: hue angle of 330.25º 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 #F982BD is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 189 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.02 |
| HSL | 330.25º | 0.91% | 0.74% | - |
| HSV(B) | 330.25º | 0.48% | 0.98% | - |
| XYZ | 56.23 | 39.78 | 52.86 | - |
| YUV | 172.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 189 | 0 | 0.48 | 0.24 | 0.02 | 330.25 | 0.91 | 0.74 |
| Hex | F9 | 82 | BD | 0 | 30 | 18 | 2 | 14A | 5B | 4A |
| Octal | 371 | 202 | 275 | 0 | 60 | 30 | 2 | 512 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10111101 | 0 | 110000 | 11000 | 10 | 101001010 | 1011011 | 1001010 |
Color Harmonies of #F982BD
Complementary color
Monochromatic Colors of #F982BD
Black with #F982BD
Text Example
Text Example
White with #F982BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982BD; }
p { color: rgb(249,130,189); }
H1.HeaderClassName
{
color: #F982BD;
}
.AnyTagClassName
{
color: #F982BD;
}
</style>
background-color css
<style>
a { background-color: #F982BD; }
a { background-color: rgb(249,130,189); }
div.DivClassName
{
background-color: #F982BD;
}
.BgClassName
{
background-color: #F982BD;
}
</style>
border-color css
<style>
span { border-color: #F982BD; }
span { border-color: rgb(249,130,189); }
td.TdClassName
{
border-color: #F982BD;
}
.TagClassName
{
border-color: #F982BD;
}
</style>