Shades of Persian Pink #F878B2
Tints of Persian Pink #F878B2
RGB
CMYK
RGB Variations
Color information
#F878B2 (or 0xF878B2) is known color: Persian Pink. HEX triplet: F8, 78 and B2. RGB value is (248,120,178). Sum of RGB (Red+Green+Blue) = 248+120+178=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F878B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F878B2 is #07874D. Grayscale: #A4A4A4. Windows color (decimal): -493390 or 11696376. OLE color: 11696376.
HSL color Cylindrical-coordinate representation of color #F878B2: hue angle of 332.81º 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 #F878B2 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 178 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.03 |
| HSL | 332.81º | 0.9% | 0.72% | - |
| HSV(B) | 332.81º | 0.52% | 0.97% | - |
| XYZ | 53.46 | 36.6 | 46.37 | - |
| YUV | 164.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 178 | 0 | 0.52 | 0.28 | 0.03 | 332.81 | 0.9 | 0.72 |
| Hex | F8 | 78 | B2 | 0 | 34 | 1C | 3 | 14D | 5A | 48 |
| Octal | 370 | 170 | 262 | 0 | 64 | 34 | 3 | 515 | 132 | 110 |
| Binary | 11111000 | 1111000 | 10110010 | 0 | 110100 | 11100 | 11 | 101001101 | 1011010 | 1001000 |
Color Harmonies of #F878B2
Complementary color
Monochromatic Colors of #F878B2
Black with #F878B2
Text Example
Text Example
White with #F878B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F878B2; }
p { color: rgb(248,120,178); }
H1.HeaderClassName
{
color: #F878B2;
}
.AnyTagClassName
{
color: #F878B2;
}
</style>
background-color css
<style>
a { background-color: #F878B2; }
a { background-color: rgb(248,120,178); }
div.DivClassName
{
background-color: #F878B2;
}
.BgClassName
{
background-color: #F878B2;
}
</style>
border-color css
<style>
span { border-color: #F878B2; }
span { border-color: rgb(248,120,178); }
td.TdClassName
{
border-color: #F878B2;
}
.TagClassName
{
border-color: #F878B2;
}
</style>