Shades of Persian Pink #F978B3
Tints of Persian Pink #F978B3
RGB
CMYK
RGB Variations
Color information
#F978B3 (or 0xF978B3) is known color: Persian Pink. HEX triplet: F9, 78 and B3. RGB value is (249,120,179). Sum of RGB (Red+Green+Blue) = 249+120+179=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F978B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F978B3 is #06874C. Grayscale: #A5A5A5. Windows color (decimal): -427853 or 11761913. OLE color: 11761913.
HSL color Cylindrical-coordinate representation of color #F978B3: hue angle of 332.56º 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 #F978B3 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 179 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.02 |
| HSL | 332.56º | 0.91% | 0.72% | - |
| HSV(B) | 332.56º | 0.52% | 0.98% | - |
| XYZ | 53.92 | 36.83 | 46.91 | - |
| YUV | 165.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 179 | 0 | 0.52 | 0.28 | 0.02 | 332.56 | 0.91 | 0.72 |
| Hex | F9 | 78 | B3 | 0 | 34 | 1C | 2 | 14D | 5B | 48 |
| Octal | 371 | 170 | 263 | 0 | 64 | 34 | 2 | 515 | 133 | 110 |
| Binary | 11111001 | 1111000 | 10110011 | 0 | 110100 | 11100 | 10 | 101001101 | 1011011 | 1001000 |
Color Harmonies of #F978B3
Complementary color
Monochromatic Colors of #F978B3
Black with #F978B3
Text Example
Text Example
White with #F978B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978B3; }
p { color: rgb(249,120,179); }
H1.HeaderClassName
{
color: #F978B3;
}
.AnyTagClassName
{
color: #F978B3;
}
</style>
background-color css
<style>
a { background-color: #F978B3; }
a { background-color: rgb(249,120,179); }
div.DivClassName
{
background-color: #F978B3;
}
.BgClassName
{
background-color: #F978B3;
}
</style>
border-color css
<style>
span { border-color: #F978B3; }
span { border-color: rgb(249,120,179); }
td.TdClassName
{
border-color: #F978B3;
}
.TagClassName
{
border-color: #F978B3;
}
</style>