Shades of Persian Pink #F978B7
Tints of Persian Pink #F978B7
RGB
CMYK
RGB Variations
Color information
#F978B7 (or 0xF978B7) is known color: Persian Pink. HEX triplet: F9, 78 and B7. RGB value is (249,120,183). Sum of RGB (Red+Green+Blue) = 249+120+183=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F978B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978B7 is #068748. Grayscale: #A5A5A5. Windows color (decimal): -427849 or 12024057. OLE color: 12024057.
HSL color Cylindrical-coordinate representation of color #F978B7: hue angle of 330.7º 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 #F978B7 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 183 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.02 |
| HSL | 330.7º | 0.91% | 0.72% | - |
| HSV(B) | 330.7º | 0.52% | 0.98% | - |
| XYZ | 54.33 | 36.99 | 49.08 | - |
| YUV | 165.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 183 | 0 | 0.52 | 0.27 | 0.02 | 330.7 | 0.91 | 0.72 |
| Hex | F9 | 78 | B7 | 0 | 34 | 1B | 2 | 14B | 5B | 48 |
| Octal | 371 | 170 | 267 | 0 | 64 | 33 | 2 | 513 | 133 | 110 |
| Binary | 11111001 | 1111000 | 10110111 | 0 | 110100 | 11011 | 10 | 101001011 | 1011011 | 1001000 |
Color Harmonies of #F978B7
Complementary color
Monochromatic Colors of #F978B7
Black with #F978B7
Text Example
Text Example
White with #F978B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978B7; }
p { color: rgb(249,120,183); }
H1.HeaderClassName
{
color: #F978B7;
}
.AnyTagClassName
{
color: #F978B7;
}
</style>
background-color css
<style>
a { background-color: #F978B7; }
a { background-color: rgb(249,120,183); }
div.DivClassName
{
background-color: #F978B7;
}
.BgClassName
{
background-color: #F978B7;
}
</style>
border-color css
<style>
span { border-color: #F978B7; }
span { border-color: rgb(249,120,183); }
td.TdClassName
{
border-color: #F978B7;
}
.TagClassName
{
border-color: #F978B7;
}
</style>