Shades of Persian Pink #F682BB
Tints of Persian Pink #F682BB
RGB
CMYK
RGB Variations
Color information
#F682BB (or 0xF682BB) is known color: Persian Pink. HEX triplet: F6, 82 and BB. RGB value is (246,130,187). Sum of RGB (Red+Green+Blue) = 246+130+187=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F682BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682BB is #097D44. Grayscale: #ABABAB. Windows color (decimal): -621893 or 12288758. OLE color: 12288758.
HSL color Cylindrical-coordinate representation of color #F682BB: hue angle of 330.52º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F682BB is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 187 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.04 |
| HSL | 330.52º | 0.87% | 0.74% | - |
| HSV(B) | 330.52º | 0.47% | 0.96% | - |
| XYZ | 54.96 | 39.15 | 51.67 | - |
| YUV | 171.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 187 | 0 | 0.47 | 0.24 | 0.04 | 330.52 | 0.87 | 0.74 |
| Hex | F6 | 82 | BB | 0 | 2F | 18 | 4 | 14B | 57 | 4A |
| Octal | 366 | 202 | 273 | 0 | 57 | 30 | 4 | 513 | 127 | 112 |
| Binary | 11110110 | 10000010 | 10111011 | 0 | 101111 | 11000 | 100 | 101001011 | 1010111 | 1001010 |
Color Harmonies of #F682BB
Complementary color
Monochromatic Colors of #F682BB
Black with #F682BB
Text Example
Text Example
White with #F682BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682BB; }
p { color: rgb(246,130,187); }
H1.HeaderClassName
{
color: #F682BB;
}
.AnyTagClassName
{
color: #F682BB;
}
</style>
background-color css
<style>
a { background-color: #F682BB; }
a { background-color: rgb(246,130,187); }
div.DivClassName
{
background-color: #F682BB;
}
.BgClassName
{
background-color: #F682BB;
}
</style>
border-color css
<style>
span { border-color: #F682BB; }
span { border-color: rgb(246,130,187); }
td.TdClassName
{
border-color: #F682BB;
}
.TagClassName
{
border-color: #F682BB;
}
</style>