Shades of Persian Pink #F674BC
Tints of Persian Pink #F674BC
RGB
CMYK
RGB Variations
Color information
#F674BC (or 0xF674BC) is known color: Persian Pink. HEX triplet: F6, 74 and BC. RGB value is (246,116,188). Sum of RGB (Red+Green+Blue) = 246+116+188=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F674BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F674BC is #098B43. Grayscale: #A2A2A2. Windows color (decimal): -625476 or 12350710. OLE color: 12350710.
HSL color Cylindrical-coordinate representation of color #F674BC: hue angle of 326.77º 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 #F674BC is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 188 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.04 |
| HSL | 326.77º | 0.88% | 0.71% | - |
| HSV(B) | 326.77º | 0.53% | 0.96% | - |
| XYZ | 53.33 | 35.71 | 51.66 | - |
| YUV | 163.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 188 | 0 | 0.53 | 0.24 | 0.04 | 326.77 | 0.88 | 0.71 |
| Hex | F6 | 74 | BC | 0 | 35 | 18 | 4 | 147 | 58 | 47 |
| Octal | 366 | 164 | 274 | 0 | 65 | 30 | 4 | 507 | 130 | 107 |
| Binary | 11110110 | 1110100 | 10111100 | 0 | 110101 | 11000 | 100 | 101000111 | 1011000 | 1000111 |
Color Harmonies of #F674BC
Complementary color
Monochromatic Colors of #F674BC
Black with #F674BC
Text Example
Text Example
White with #F674BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F674BC; }
p { color: rgb(246,116,188); }
H1.HeaderClassName
{
color: #F674BC;
}
.AnyTagClassName
{
color: #F674BC;
}
</style>
background-color css
<style>
a { background-color: #F674BC; }
a { background-color: rgb(246,116,188); }
div.DivClassName
{
background-color: #F674BC;
}
.BgClassName
{
background-color: #F674BC;
}
</style>
border-color css
<style>
span { border-color: #F674BC; }
span { border-color: rgb(246,116,188); }
td.TdClassName
{
border-color: #F674BC;
}
.TagClassName
{
border-color: #F674BC;
}
</style>