Shades of Persian Pink #F978B4
Tints of Persian Pink #F978B4
RGB
CMYK
RGB Variations
Color information
#F978B4 (or 0xF978B4) is known color: Persian Pink. HEX triplet: F9, 78 and B4. RGB value is (249,120,180). Sum of RGB (Red+Green+Blue) = 249+120+180=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F978B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978B4 is #06874B. Grayscale: #A5A5A5. Windows color (decimal): -427852 or 11827449. OLE color: 11827449.
HSL color Cylindrical-coordinate representation of color #F978B4: hue angle of 332.09º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F978B4 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 180 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.02 |
| HSL | 332.09º | 0.91% | 0.72% | - |
| HSV(B) | 332.09º | 0.52% | 0.98% | - |
| XYZ | 54.02 | 36.87 | 47.45 | - |
| YUV | 165.41 | 136.24 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 180 | 0 | 0.52 | 0.28 | 0.02 | 332.09 | 0.91 | 0.72 |
| Hex | F9 | 78 | B4 | 0 | 34 | 1C | 2 | 14C | 5B | 48 |
| Octal | 371 | 170 | 264 | 0 | 64 | 34 | 2 | 514 | 133 | 110 |
| Binary | 11111001 | 1111000 | 10110100 | 0 | 110100 | 11100 | 10 | 101001100 | 1011011 | 1001000 |
Color Harmonies of #F978B4
Complementary color
Monochromatic Colors of #F978B4
Black with #F978B4
Text Example
Text Example
White with #F978B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978B4; }
p { color: rgb(249,120,180); }
H1.HeaderClassName
{
color: #F978B4;
}
.AnyTagClassName
{
color: #F978B4;
}
</style>
background-color css
<style>
a { background-color: #F978B4; }
a { background-color: rgb(249,120,180); }
div.DivClassName
{
background-color: #F978B4;
}
.BgClassName
{
background-color: #F978B4;
}
</style>
border-color css
<style>
span { border-color: #F978B4; }
span { border-color: rgb(249,120,180); }
td.TdClassName
{
border-color: #F978B4;
}
.TagClassName
{
border-color: #F978B4;
}
</style>