Shades of Persian Pink #F676B2
Tints of Persian Pink #F676B2
RGB
CMYK
RGB Variations
Color information
#F676B2 (or 0xF676B2) is known color: Persian Pink. HEX triplet: F6, 76 and B2. RGB value is (246,118,178). Sum of RGB (Red+Green+Blue) = 246+118+178=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F676B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F676B2 is #09894D. Grayscale: #A3A3A3. Windows color (decimal): -624974 or 11695862. OLE color: 11695862.
HSL color Cylindrical-coordinate representation of color #F676B2: hue angle of 331.88º 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 #F676B2 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 118 | 178 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.04 |
| HSL | 331.88º | 0.88% | 0.71% | - |
| HSV(B) | 331.88º | 0.52% | 0.96% | - |
| XYZ | 52.52 | 35.76 | 46.25 | - |
| YUV | 163.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 118 | 178 | 0 | 0.52 | 0.28 | 0.04 | 331.88 | 0.88 | 0.71 |
| Hex | F6 | 76 | B2 | 0 | 34 | 1C | 4 | 14C | 58 | 47 |
| Octal | 366 | 166 | 262 | 0 | 64 | 34 | 4 | 514 | 130 | 107 |
| Binary | 11110110 | 1110110 | 10110010 | 0 | 110100 | 11100 | 100 | 101001100 | 1011000 | 1000111 |
Color Harmonies of #F676B2
Complementary color
Monochromatic Colors of #F676B2
Black with #F676B2
Text Example
Text Example
White with #F676B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F676B2; }
p { color: rgb(246,118,178); }
H1.HeaderClassName
{
color: #F676B2;
}
.AnyTagClassName
{
color: #F676B2;
}
</style>
background-color css
<style>
a { background-color: #F676B2; }
a { background-color: rgb(246,118,178); }
div.DivClassName
{
background-color: #F676B2;
}
.BgClassName
{
background-color: #F676B2;
}
</style>
border-color css
<style>
span { border-color: #F676B2; }
span { border-color: rgb(246,118,178); }
td.TdClassName
{
border-color: #F676B2;
}
.TagClassName
{
border-color: #F676B2;
}
</style>