Shades of Persian Pink #F674BA
Tints of Persian Pink #F674BA
RGB
CMYK
RGB Variations
Color information
#F674BA (or 0xF674BA) is known color: Persian Pink. HEX triplet: F6, 74 and BA. RGB value is (246,116,186). Sum of RGB (Red+Green+Blue) = 246+116+186=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F674BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674BA is #098B45. Grayscale: #A2A2A2. Windows color (decimal): -625478 or 12219638. OLE color: 12219638.
HSL color Cylindrical-coordinate representation of color #F674BA: hue angle of 327.69º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F674BA is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 186 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.04 |
| HSL | 327.69º | 0.88% | 0.71% | - |
| HSV(B) | 327.69º | 0.53% | 0.96% | - |
| XYZ | 53.11 | 35.63 | 50.53 | - |
| YUV | 162.85 | 141.07 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 186 | 0 | 0.53 | 0.24 | 0.04 | 327.69 | 0.88 | 0.71 |
| Hex | F6 | 74 | BA | 0 | 35 | 18 | 4 | 148 | 58 | 47 |
| Octal | 366 | 164 | 272 | 0 | 65 | 30 | 4 | 510 | 130 | 107 |
| Binary | 11110110 | 1110100 | 10111010 | 0 | 110101 | 11000 | 100 | 101001000 | 1011000 | 1000111 |
Color Harmonies of #F674BA
Complementary color
Monochromatic Colors of #F674BA
Black with #F674BA
Text Example
Text Example
White with #F674BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674BA; }
p { color: rgb(246,116,186); }
H1.HeaderClassName
{
color: #F674BA;
}
.AnyTagClassName
{
color: #F674BA;
}
</style>
background-color css
<style>
a { background-color: #F674BA; }
a { background-color: rgb(246,116,186); }
div.DivClassName
{
background-color: #F674BA;
}
.BgClassName
{
background-color: #F674BA;
}
</style>
border-color css
<style>
span { border-color: #F674BA; }
span { border-color: rgb(246,116,186); }
td.TdClassName
{
border-color: #F674BA;
}
.TagClassName
{
border-color: #F674BA;
}
</style>