Shades of Persian Pink #F774B7
Tints of Persian Pink #F774B7
RGB
CMYK
RGB Variations
Color information
#F774B7 (or 0xF774B7) is known color: Persian Pink. HEX triplet: F7, 74 and B7. RGB value is (247,116,183). Sum of RGB (Red+Green+Blue) = 247+116+183=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F774B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F774B7 is #088B48. Grayscale: #A2A2A2. Windows color (decimal): -559945 or 12023031. OLE color: 12023031.
HSL color Cylindrical-coordinate representation of color #F774B7: hue angle of 329.31º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F774B7 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 183 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.03 |
| HSL | 329.31º | 0.89% | 0.71% | - |
| HSV(B) | 329.31º | 0.53% | 0.97% | - |
| XYZ | 53.15 | 35.68 | 48.89 | - |
| YUV | 162.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 183 | 0 | 0.53 | 0.26 | 0.03 | 329.31 | 0.89 | 0.71 |
| Hex | F7 | 74 | B7 | 0 | 35 | 1A | 3 | 149 | 59 | 47 |
| Octal | 367 | 164 | 267 | 0 | 65 | 32 | 3 | 511 | 131 | 107 |
| Binary | 11110111 | 1110100 | 10110111 | 0 | 110101 | 11010 | 11 | 101001001 | 1011001 | 1000111 |
Color Harmonies of #F774B7
Complementary color
Monochromatic Colors of #F774B7
Black with #F774B7
Text Example
Text Example
White with #F774B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F774B7; }
p { color: rgb(247,116,183); }
H1.HeaderClassName
{
color: #F774B7;
}
.AnyTagClassName
{
color: #F774B7;
}
</style>
background-color css
<style>
a { background-color: #F774B7; }
a { background-color: rgb(247,116,183); }
div.DivClassName
{
background-color: #F774B7;
}
.BgClassName
{
background-color: #F774B7;
}
</style>
border-color css
<style>
span { border-color: #F774B7; }
span { border-color: rgb(247,116,183); }
td.TdClassName
{
border-color: #F774B7;
}
.TagClassName
{
border-color: #F774B7;
}
</style>