Shades of Persian Pink #F87DB4
Tints of Persian Pink #F87DB4
RGB
CMYK
RGB Variations
Color information
#F87DB4 (or 0xF87DB4) is known color: Persian Pink. HEX triplet: F8, 7D and B4. RGB value is (248,125,180). Sum of RGB (Red+Green+Blue) = 248+125+180=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DB4 is #07824B. Grayscale: #A7A7A7. Windows color (decimal): -492108 or 11828728. OLE color: 11828728.
HSL color Cylindrical-coordinate representation of color #F87DB4: hue angle of 333.17º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DB4 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 180 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.03 |
| HSL | 333.17º | 0.9% | 0.73% | - |
| HSV(B) | 333.17º | 0.5% | 0.97% | - |
| XYZ | 54.28 | 37.92 | 47.64 | - |
| YUV | 168.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 180 | 0 | 0.50 | 0.27 | 0.03 | 333.17 | 0.9 | 0.73 |
| Hex | F8 | 7D | B4 | 0 | 32 | 1B | 3 | 14D | 5A | 49 |
| Octal | 370 | 175 | 264 | 0 | 62 | 33 | 3 | 515 | 132 | 111 |
| Binary | 11111000 | 1111101 | 10110100 | 0 | 110010 | 11011 | 11 | 101001101 | 1011010 | 1001001 |
Color Harmonies of #F87DB4
Complementary color
Monochromatic Colors of #F87DB4
Black with #F87DB4
Text Example
Text Example
White with #F87DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87DB4; }
p { color: rgb(248,125,180); }
H1.HeaderClassName
{
color: #F87DB4;
}
.AnyTagClassName
{
color: #F87DB4;
}
</style>
background-color css
<style>
a { background-color: #F87DB4; }
a { background-color: rgb(248,125,180); }
div.DivClassName
{
background-color: #F87DB4;
}
.BgClassName
{
background-color: #F87DB4;
}
</style>
border-color css
<style>
span { border-color: #F87DB4; }
span { border-color: rgb(248,125,180); }
td.TdClassName
{
border-color: #F87DB4;
}
.TagClassName
{
border-color: #F87DB4;
}
</style>