Shades of Persian Pink #F875BB
Tints of Persian Pink #F875BB
RGB
CMYK
RGB Variations
Color information
#F875BB (or 0xF875BB) is known color: Persian Pink. HEX triplet: F8, 75 and BB. RGB value is (248,117,187). Sum of RGB (Red+Green+Blue) = 248+117+187=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F875BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875BB is #078A44. Grayscale: #A4A4A4. Windows color (decimal): -494149 or 12285432. OLE color: 12285432.
HSL color Cylindrical-coordinate representation of color #F875BB: hue angle of 327.94º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F875BB is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 187 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.03 |
| HSL | 327.94º | 0.9% | 0.72% | - |
| HSV(B) | 327.94º | 0.53% | 0.97% | - |
| XYZ | 54.04 | 36.27 | 51.17 | - |
| YUV | 164.15 | 140.9 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 187 | 0 | 0.53 | 0.25 | 0.03 | 327.94 | 0.9 | 0.72 |
| Hex | F8 | 75 | BB | 0 | 35 | 19 | 3 | 148 | 5A | 48 |
| Octal | 370 | 165 | 273 | 0 | 65 | 31 | 3 | 510 | 132 | 110 |
| Binary | 11111000 | 1110101 | 10111011 | 0 | 110101 | 11001 | 11 | 101001000 | 1011010 | 1001000 |
Color Harmonies of #F875BB
Complementary color
Monochromatic Colors of #F875BB
Black with #F875BB
Text Example
Text Example
White with #F875BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875BB; }
p { color: rgb(248,117,187); }
H1.HeaderClassName
{
color: #F875BB;
}
.AnyTagClassName
{
color: #F875BB;
}
</style>
background-color css
<style>
a { background-color: #F875BB; }
a { background-color: rgb(248,117,187); }
div.DivClassName
{
background-color: #F875BB;
}
.BgClassName
{
background-color: #F875BB;
}
</style>
border-color css
<style>
span { border-color: #F875BB; }
span { border-color: rgb(248,117,187); }
td.TdClassName
{
border-color: #F875BB;
}
.TagClassName
{
border-color: #F875BB;
}
</style>