Shades of Persian Pink #F980BC
Tints of Persian Pink #F980BC
RGB
CMYK
RGB Variations
Color information
#F980BC (or 0xF980BC) is known color: Persian Pink. HEX triplet: F9, 80 and BC. RGB value is (249,128,188). Sum of RGB (Red+Green+Blue) = 249+128+188=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F980BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F980BC is #067F43. Grayscale: #AAAAAA. Windows color (decimal): -425796 or 12353785. OLE color: 12353785.
HSL color Cylindrical-coordinate representation of color #F980BC: 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.49%. Process color model (Four color, CMYK) of #F980BC is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 188 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.02 |
| HSL | 330.25º | 0.91% | 0.74% | - |
| HSV(B) | 330.25º | 0.49% | 0.98% | - |
| XYZ | 55.86 | 39.21 | 52.2 | - |
| YUV | 171.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 188 | 0 | 0.49 | 0.24 | 0.02 | 330.25 | 0.91 | 0.74 |
| Hex | F9 | 80 | BC | 0 | 31 | 18 | 2 | 14A | 5B | 4A |
| Octal | 371 | 200 | 274 | 0 | 61 | 30 | 2 | 512 | 133 | 112 |
| Binary | 11111001 | 10000000 | 10111100 | 0 | 110001 | 11000 | 10 | 101001010 | 1011011 | 1001010 |
Color Harmonies of #F980BC
Complementary color
Monochromatic Colors of #F980BC
Black with #F980BC
Text Example
Text Example
White with #F980BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980BC; }
p { color: rgb(249,128,188); }
H1.HeaderClassName
{
color: #F980BC;
}
.AnyTagClassName
{
color: #F980BC;
}
</style>
background-color css
<style>
a { background-color: #F980BC; }
a { background-color: rgb(249,128,188); }
div.DivClassName
{
background-color: #F980BC;
}
.BgClassName
{
background-color: #F980BC;
}
</style>
border-color css
<style>
span { border-color: #F980BC; }
span { border-color: rgb(249,128,188); }
td.TdClassName
{
border-color: #F980BC;
}
.TagClassName
{
border-color: #F980BC;
}
</style>