Shades of Persian Pink #F875B8
Tints of Persian Pink #F875B8
RGB
CMYK
RGB Variations
Color information
#F875B8 (or 0xF875B8) is known color: Persian Pink. HEX triplet: F8, 75 and B8. RGB value is (248,117,184). Sum of RGB (Red+Green+Blue) = 248+117+184=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F875B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875B8 is #078A47. Grayscale: #A3A3A3. Windows color (decimal): -494152 or 12088824. OLE color: 12088824.
HSL color Cylindrical-coordinate representation of color #F875B8: hue angle of 329.31º 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 #F875B8 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 184 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.03 |
| HSL | 329.31º | 0.9% | 0.72% | - |
| HSV(B) | 329.31º | 0.53% | 0.97% | - |
| XYZ | 53.72 | 36.14 | 49.49 | - |
| YUV | 163.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 184 | 0 | 0.53 | 0.26 | 0.03 | 329.31 | 0.9 | 0.72 |
| Hex | F8 | 75 | B8 | 0 | 35 | 1A | 3 | 149 | 5A | 48 |
| Octal | 370 | 165 | 270 | 0 | 65 | 32 | 3 | 511 | 132 | 110 |
| Binary | 11111000 | 1110101 | 10111000 | 0 | 110101 | 11010 | 11 | 101001001 | 1011010 | 1001000 |
Color Harmonies of #F875B8
Complementary color
Monochromatic Colors of #F875B8
Black with #F875B8
Text Example
Text Example
White with #F875B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875B8; }
p { color: rgb(248,117,184); }
H1.HeaderClassName
{
color: #F875B8;
}
.AnyTagClassName
{
color: #F875B8;
}
</style>
background-color css
<style>
a { background-color: #F875B8; }
a { background-color: rgb(248,117,184); }
div.DivClassName
{
background-color: #F875B8;
}
.BgClassName
{
background-color: #F875B8;
}
</style>
border-color css
<style>
span { border-color: #F875B8; }
span { border-color: rgb(248,117,184); }
td.TdClassName
{
border-color: #F875B8;
}
.TagClassName
{
border-color: #F875B8;
}
</style>