Shades of Persian Pink #F677BA
Tints of Persian Pink #F677BA
RGB
CMYK
RGB Variations
Color information
#F677BA (or 0xF677BA) is known color: Persian Pink. HEX triplet: F6, 77 and BA. RGB value is (246,119,186). Sum of RGB (Red+Green+Blue) = 246+119+186=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F677BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F677BA is #098845. Grayscale: #A4A4A4. Windows color (decimal): -624710 or 12220406. OLE color: 12220406.
HSL color Cylindrical-coordinate representation of color #F677BA: hue angle of 328.35º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F677BA is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 186 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.04 |
| HSL | 328.35º | 0.88% | 0.72% | - |
| HSV(B) | 328.35º | 0.52% | 0.96% | - |
| XYZ | 53.47 | 36.33 | 50.65 | - |
| YUV | 164.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 186 | 0 | 0.52 | 0.24 | 0.04 | 328.35 | 0.88 | 0.72 |
| Hex | F6 | 77 | BA | 0 | 34 | 18 | 4 | 148 | 58 | 48 |
| Octal | 366 | 167 | 272 | 0 | 64 | 30 | 4 | 510 | 130 | 110 |
| Binary | 11110110 | 1110111 | 10111010 | 0 | 110100 | 11000 | 100 | 101001000 | 1011000 | 1001000 |
Color Harmonies of #F677BA
Complementary color
Monochromatic Colors of #F677BA
Black with #F677BA
Text Example
Text Example
White with #F677BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F677BA; }
p { color: rgb(246,119,186); }
H1.HeaderClassName
{
color: #F677BA;
}
.AnyTagClassName
{
color: #F677BA;
}
</style>
background-color css
<style>
a { background-color: #F677BA; }
a { background-color: rgb(246,119,186); }
div.DivClassName
{
background-color: #F677BA;
}
.BgClassName
{
background-color: #F677BA;
}
</style>
border-color css
<style>
span { border-color: #F677BA; }
span { border-color: rgb(246,119,186); }
td.TdClassName
{
border-color: #F677BA;
}
.TagClassName
{
border-color: #F677BA;
}
</style>