Shades of Persian Pink #F982B5
Tints of Persian Pink #F982B5
RGB
CMYK
RGB Variations
Color information
#F982B5 (or 0xF982B5) is known color: Persian Pink. HEX triplet: F9, 82 and B5. RGB value is (249,130,181). Sum of RGB (Red+Green+Blue) = 249+130+181=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F982B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F982B5 is #067D4A. Grayscale: #ABABAB. Windows color (decimal): -425291 or 11895545. OLE color: 11895545.
HSL color Cylindrical-coordinate representation of color #F982B5: hue angle of 334.29º 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 #F982B5 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 130 | 181 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.02 |
| HSL | 334.29º | 0.91% | 0.74% | - |
| HSV(B) | 334.29º | 0.48% | 0.98% | - |
| XYZ | 55.39 | 39.44 | 48.41 | - |
| YUV | 171.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 130 | 181 | 0 | 0.48 | 0.27 | 0.02 | 334.29 | 0.91 | 0.74 |
| Hex | F9 | 82 | B5 | 0 | 30 | 1B | 2 | 14E | 5B | 4A |
| Octal | 371 | 202 | 265 | 0 | 60 | 33 | 2 | 516 | 133 | 112 |
| Binary | 11111001 | 10000010 | 10110101 | 0 | 110000 | 11011 | 10 | 101001110 | 1011011 | 1001010 |
Color Harmonies of #F982B5
Complementary color
Monochromatic Colors of #F982B5
Black with #F982B5
Text Example
Text Example
White with #F982B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F982B5; }
p { color: rgb(249,130,181); }
H1.HeaderClassName
{
color: #F982B5;
}
.AnyTagClassName
{
color: #F982B5;
}
</style>
background-color css
<style>
a { background-color: #F982B5; }
a { background-color: rgb(249,130,181); }
div.DivClassName
{
background-color: #F982B5;
}
.BgClassName
{
background-color: #F982B5;
}
</style>
border-color css
<style>
span { border-color: #F982B5; }
span { border-color: rgb(249,130,181); }
td.TdClassName
{
border-color: #F982B5;
}
.TagClassName
{
border-color: #F982B5;
}
</style>