Shades of Persian Pink #F87DBB
Tints of Persian Pink #F87DBB
RGB
CMYK
RGB Variations
Color information
#F87DBB (or 0xF87DBB) is known color: Persian Pink. HEX triplet: F8, 7D and BB. RGB value is (248,125,187). Sum of RGB (Red+Green+Blue) = 248+125+187=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DBB is #078244. Grayscale: #A8A8A8. Windows color (decimal): -492101 or 12287480. OLE color: 12287480.
HSL color Cylindrical-coordinate representation of color #F87DBB: hue angle of 329.76º 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 #F87DBB is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 187 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.03 |
| HSL | 329.76º | 0.9% | 0.73% | - |
| HSV(B) | 329.76º | 0.5% | 0.97% | - |
| XYZ | 55.01 | 38.21 | 51.49 | - |
| YUV | 168.85 | 138.25 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 187 | 0 | 0.50 | 0.25 | 0.03 | 329.76 | 0.9 | 0.73 |
| Hex | F8 | 7D | BB | 0 | 32 | 19 | 3 | 14A | 5A | 49 |
| Octal | 370 | 175 | 273 | 0 | 62 | 31 | 3 | 512 | 132 | 111 |
| Binary | 11111000 | 1111101 | 10111011 | 0 | 110010 | 11001 | 11 | 101001010 | 1011010 | 1001001 |
Color Harmonies of #F87DBB
Complementary color
Monochromatic Colors of #F87DBB
Black with #F87DBB
Text Example
Text Example
White with #F87DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87DBB; }
p { color: rgb(248,125,187); }
H1.HeaderClassName
{
color: #F87DBB;
}
.AnyTagClassName
{
color: #F87DBB;
}
</style>
background-color css
<style>
a { background-color: #F87DBB; }
a { background-color: rgb(248,125,187); }
div.DivClassName
{
background-color: #F87DBB;
}
.BgClassName
{
background-color: #F87DBB;
}
</style>
border-color css
<style>
span { border-color: #F87DBB; }
span { border-color: rgb(248,125,187); }
td.TdClassName
{
border-color: #F87DBB;
}
.TagClassName
{
border-color: #F87DBB;
}
</style>