Shades of Persian Pink #F87DB2
Tints of Persian Pink #F87DB2
RGB
CMYK
RGB Variations
Color information
#F87DB2 (or 0xF87DB2) is known color: Persian Pink. HEX triplet: F8, 7D and B2. RGB value is (248,125,178). Sum of RGB (Red+Green+Blue) = 248+125+178=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87DB2 is #07824D. Grayscale: #A7A7A7. Windows color (decimal): -492110 or 11697656. OLE color: 11697656.
HSL color Cylindrical-coordinate representation of color #F87DB2: hue angle of 334.15º 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 #F87DB2 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 178 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.03 |
| HSL | 334.15º | 0.9% | 0.73% | - |
| HSV(B) | 334.15º | 0.5% | 0.97% | - |
| XYZ | 54.08 | 37.84 | 46.57 | - |
| YUV | 167.82 | 133.75 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 178 | 0 | 0.50 | 0.28 | 0.03 | 334.15 | 0.9 | 0.73 |
| Hex | F8 | 7D | B2 | 0 | 32 | 1C | 3 | 14E | 5A | 49 |
| Octal | 370 | 175 | 262 | 0 | 62 | 34 | 3 | 516 | 132 | 111 |
| Binary | 11111000 | 1111101 | 10110010 | 0 | 110010 | 11100 | 11 | 101001110 | 1011010 | 1001001 |
Color Harmonies of #F87DB2
Complementary color
Monochromatic Colors of #F87DB2
Black with #F87DB2
Text Example
Text Example
White with #F87DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87DB2; }
p { color: rgb(248,125,178); }
H1.HeaderClassName
{
color: #F87DB2;
}
.AnyTagClassName
{
color: #F87DB2;
}
</style>
background-color css
<style>
a { background-color: #F87DB2; }
a { background-color: rgb(248,125,178); }
div.DivClassName
{
background-color: #F87DB2;
}
.BgClassName
{
background-color: #F87DB2;
}
</style>
border-color css
<style>
span { border-color: #F87DB2; }
span { border-color: rgb(248,125,178); }
td.TdClassName
{
border-color: #F87DB2;
}
.TagClassName
{
border-color: #F87DB2;
}
</style>