Shades of Persian Pink #F878C5
Tints of Persian Pink #F878C5
RGB
CMYK
RGB Variations
Color information
#F878C5 (or 0xF878C5) is known color: Persian Pink. HEX triplet: F8, 78 and C5. RGB value is (248,120,197). Sum of RGB (Red+Green+Blue) = 248+120+197=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F878C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F878C5 is #07873A. Grayscale: #A6A6A6. Windows color (decimal): -493371 or 12941560. OLE color: 12941560.
HSL color Cylindrical-coordinate representation of color #F878C5: hue angle of 323.91º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F878C5 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 197 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.03 |
| HSL | 323.91º | 0.9% | 0.72% | - |
| HSV(B) | 323.91º | 0.52% | 0.97% | - |
| XYZ | 55.51 | 37.42 | 57.12 | - |
| YUV | 167.05 | 144.91 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 197 | 0 | 0.52 | 0.21 | 0.03 | 323.91 | 0.9 | 0.72 |
| Hex | F8 | 78 | C5 | 0 | 34 | 15 | 3 | 144 | 5A | 48 |
| Octal | 370 | 170 | 305 | 0 | 64 | 25 | 3 | 504 | 132 | 110 |
| Binary | 11111000 | 1111000 | 11000101 | 0 | 110100 | 10101 | 11 | 101000100 | 1011010 | 1001000 |
Color Harmonies of #F878C5
Complementary color
Monochromatic Colors of #F878C5
Black with #F878C5
Text Example
Text Example
White with #F878C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F878C5; }
p { color: rgb(248,120,197); }
H1.HeaderClassName
{
color: #F878C5;
}
.AnyTagClassName
{
color: #F878C5;
}
</style>
background-color css
<style>
a { background-color: #F878C5; }
a { background-color: rgb(248,120,197); }
div.DivClassName
{
background-color: #F878C5;
}
.BgClassName
{
background-color: #F878C5;
}
</style>
border-color css
<style>
span { border-color: #F878C5; }
span { border-color: rgb(248,120,197); }
td.TdClassName
{
border-color: #F878C5;
}
.TagClassName
{
border-color: #F878C5;
}
</style>