Shades of Persian Pink #F978B2
Tints of Persian Pink #F978B2
RGB
CMYK
RGB Variations
Color information
#F978B2 (or 0xF978B2) is known color: Persian Pink. HEX triplet: F9, 78 and B2. RGB value is (249,120,178). Sum of RGB (Red+Green+Blue) = 249+120+178=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F978B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F978B2 is #06874D. Grayscale: #A5A5A5. Windows color (decimal): -427854 or 11696377. OLE color: 11696377.
HSL color Cylindrical-coordinate representation of color #F978B2: hue angle of 333.02º 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 #F978B2 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 178 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.02 |
| HSL | 333.02º | 0.91% | 0.72% | - |
| HSV(B) | 333.02º | 0.52% | 0.98% | - |
| XYZ | 53.82 | 36.79 | 46.38 | - |
| YUV | 165.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 178 | 0 | 0.52 | 0.29 | 0.02 | 333.02 | 0.91 | 0.72 |
| Hex | F9 | 78 | B2 | 0 | 34 | 1D | 2 | 14D | 5B | 48 |
| Octal | 371 | 170 | 262 | 0 | 64 | 35 | 2 | 515 | 133 | 110 |
| Binary | 11111001 | 1111000 | 10110010 | 0 | 110100 | 11101 | 10 | 101001101 | 1011011 | 1001000 |
Color Harmonies of #F978B2
Complementary color
Monochromatic Colors of #F978B2
Black with #F978B2
Text Example
Text Example
White with #F978B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F978B2; }
p { color: rgb(249,120,178); }
H1.HeaderClassName
{
color: #F978B2;
}
.AnyTagClassName
{
color: #F978B2;
}
</style>
background-color css
<style>
a { background-color: #F978B2; }
a { background-color: rgb(249,120,178); }
div.DivClassName
{
background-color: #F978B2;
}
.BgClassName
{
background-color: #F978B2;
}
</style>
border-color css
<style>
span { border-color: #F978B2; }
span { border-color: rgb(249,120,178); }
td.TdClassName
{
border-color: #F978B2;
}
.TagClassName
{
border-color: #F978B2;
}
</style>