Shades of Persian Pink #F676BE
Tints of Persian Pink #F676BE
RGB
CMYK
RGB Variations
Color information
#F676BE (or 0xF676BE) is known color: Persian Pink. HEX triplet: F6, 76 and BE. RGB value is (246,118,190). Sum of RGB (Red+Green+Blue) = 246+118+190=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F676BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F676BE is #098941. Grayscale: #A4A4A4. Windows color (decimal): -624962 or 12482294. OLE color: 12482294.
HSL color Cylindrical-coordinate representation of color #F676BE: hue angle of 326.25º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F676BE is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 190 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.04 |
| HSL | 326.25º | 0.88% | 0.71% | - |
| HSV(B) | 326.25º | 0.52% | 0.96% | - |
| XYZ | 53.78 | 36.27 | 52.88 | - |
| YUV | 164.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 190 | 0 | 0.52 | 0.23 | 0.04 | 326.25 | 0.88 | 0.71 |
| Hex | F6 | 76 | BE | 0 | 34 | 17 | 4 | 146 | 58 | 47 |
| Octal | 366 | 166 | 276 | 0 | 64 | 27 | 4 | 506 | 130 | 107 |
| Binary | 11110110 | 1110110 | 10111110 | 0 | 110100 | 10111 | 100 | 101000110 | 1011000 | 1000111 |
Color Harmonies of #F676BE
Complementary color
Monochromatic Colors of #F676BE
Black with #F676BE
Text Example
Text Example
White with #F676BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F676BE; }
p { color: rgb(246,118,190); }
H1.HeaderClassName
{
color: #F676BE;
}
.AnyTagClassName
{
color: #F676BE;
}
</style>
background-color css
<style>
a { background-color: #F676BE; }
a { background-color: rgb(246,118,190); }
div.DivClassName
{
background-color: #F676BE;
}
.BgClassName
{
background-color: #F676BE;
}
</style>
border-color css
<style>
span { border-color: #F676BE; }
span { border-color: rgb(246,118,190); }
td.TdClassName
{
border-color: #F676BE;
}
.TagClassName
{
border-color: #F676BE;
}
</style>