Shades of Persian Pink #F677C1
Tints of Persian Pink #F677C1
RGB
CMYK
RGB Variations
Color information
#F677C1 (or 0xF677C1) is known color: Persian Pink. HEX triplet: F6, 77 and C1. RGB value is (246,119,193). Sum of RGB (Red+Green+Blue) = 246+119+193=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F677C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F677C1 is #09883E. Grayscale: #A5A5A5. Windows color (decimal): -624703 or 12679158. OLE color: 12679158.
HSL color Cylindrical-coordinate representation of color #F677C1: hue angle of 325.04º 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 #F677C1 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 119 | 193 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.04 |
| HSL | 325.04º | 0.88% | 0.72% | - |
| HSV(B) | 325.04º | 0.52% | 0.96% | - |
| XYZ | 54.23 | 36.64 | 54.67 | - |
| YUV | 165.41 | 143.58 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 119 | 193 | 0 | 0.52 | 0.22 | 0.04 | 325.04 | 0.88 | 0.72 |
| Hex | F6 | 77 | C1 | 0 | 34 | 16 | 4 | 145 | 58 | 48 |
| Octal | 366 | 167 | 301 | 0 | 64 | 26 | 4 | 505 | 130 | 110 |
| Binary | 11110110 | 1110111 | 11000001 | 0 | 110100 | 10110 | 100 | 101000101 | 1011000 | 1001000 |
Color Harmonies of #F677C1
Complementary color
Monochromatic Colors of #F677C1
Black with #F677C1
Text Example
Text Example
White with #F677C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F677C1; }
p { color: rgb(246,119,193); }
H1.HeaderClassName
{
color: #F677C1;
}
.AnyTagClassName
{
color: #F677C1;
}
</style>
background-color css
<style>
a { background-color: #F677C1; }
a { background-color: rgb(246,119,193); }
div.DivClassName
{
background-color: #F677C1;
}
.BgClassName
{
background-color: #F677C1;
}
</style>
border-color css
<style>
span { border-color: #F677C1; }
span { border-color: rgb(246,119,193); }
td.TdClassName
{
border-color: #F677C1;
}
.TagClassName
{
border-color: #F677C1;
}
</style>