Shades of Persian Pink #F87DB5
Tints of Persian Pink #F87DB5
RGB
CMYK
RGB Variations
Color information
#F87DB5 (or 0xF87DB5) is known color: Persian Pink. HEX triplet: F8, 7D and B5. RGB value is (248,125,181). Sum of RGB (Red+Green+Blue) = 248+125+181=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DB5 is #07824A. Grayscale: #A8A8A8. Windows color (decimal): -492107 or 11894264. OLE color: 11894264.
HSL color Cylindrical-coordinate representation of color #F87DB5: hue angle of 332.68º 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 #F87DB5 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 125 | 181 | - |
CMYK | 0 | 0.50 | 0.27 | 0.03 |
HSL | 332.68º | 0.9% | 0.73% | - |
HSV(B) | 332.68º | 0.5% | 0.97% | - |
XYZ | 54.39 | 37.96 | 48.18 | - |
YUV | 168.16 | 135.25 | 184.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 125 | 181 | 0 | 0.50 | 0.27 | 0.03 | 332.68 | 0.9 | 0.73 |
Hex | F8 | 7D | B5 | 0 | 32 | 1B | 3 | 14D | 5A | 49 |
Octal | 370 | 175 | 265 | 0 | 62 | 33 | 3 | 515 | 132 | 111 |
Binary | 11111000 | 1111101 | 10110101 | 0 | 110010 | 11011 | 11 | 101001101 | 1011010 | 1001001 |
Color Harmonies of #F87DB5
Complementary color
Monochromatic Colors of #F87DB5
Black with #F87DB5
Text Example
Text Example
White with #F87DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87DB5; }
p { color: rgb(248,125,181); }
H1.HeaderClassName
{
color: #F87DB5;
}
.AnyTagClassName
{
color: #F87DB5;
}
</style>
background-color css
<style>
a { background-color: #F87DB5; }
a { background-color: rgb(248,125,181); }
div.DivClassName
{
background-color: #F87DB5;
}
.BgClassName
{
background-color: #F87DB5;
}
</style>
border-color css
<style>
span { border-color: #F87DB5; }
span { border-color: rgb(248,125,181); }
td.TdClassName
{
border-color: #F87DB5;
}
.TagClassName
{
border-color: #F87DB5;
}
</style>