Shades of Persian Pink #F877C4
Tints of Persian Pink #F877C4
RGB
CMYK
RGB Variations
Color information
#F877C4 (or 0xF877C4) is known color: Persian Pink. HEX triplet: F8, 77 and C4. RGB value is (248,119,196). Sum of RGB (Red+Green+Blue) = 248+119+196=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F877C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877C4 is #07883B. Grayscale: #A6A6A6. Windows color (decimal): -493628 or 12875768. OLE color: 12875768.
HSL color Cylindrical-coordinate representation of color #F877C4: hue angle of 324.19º 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 #F877C4 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 196 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.03 |
| HSL | 324.19º | 0.9% | 0.72% | - |
| HSV(B) | 324.19º | 0.52% | 0.97% | - |
| XYZ | 55.27 | 37.14 | 56.48 | - |
| YUV | 166.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 196 | 0 | 0.52 | 0.21 | 0.03 | 324.19 | 0.9 | 0.72 |
| Hex | F8 | 77 | C4 | 0 | 34 | 15 | 3 | 144 | 5A | 48 |
| Octal | 370 | 167 | 304 | 0 | 64 | 25 | 3 | 504 | 132 | 110 |
| Binary | 11111000 | 1110111 | 11000100 | 0 | 110100 | 10101 | 11 | 101000100 | 1011010 | 1001000 |
Color Harmonies of #F877C4
Complementary color
Monochromatic Colors of #F877C4
Black with #F877C4
Text Example
Text Example
White with #F877C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F877C4; }
p { color: rgb(248,119,196); }
H1.HeaderClassName
{
color: #F877C4;
}
.AnyTagClassName
{
color: #F877C4;
}
</style>
background-color css
<style>
a { background-color: #F877C4; }
a { background-color: rgb(248,119,196); }
div.DivClassName
{
background-color: #F877C4;
}
.BgClassName
{
background-color: #F877C4;
}
</style>
border-color css
<style>
span { border-color: #F877C4; }
span { border-color: rgb(248,119,196); }
td.TdClassName
{
border-color: #F877C4;
}
.TagClassName
{
border-color: #F877C4;
}
</style>