Shades of Persian Pink #F683BC
Tints of Persian Pink #F683BC
RGB
CMYK
RGB Variations
Color information
#F683BC (or 0xF683BC) is known color: Persian Pink. HEX triplet: F6, 83 and BC. RGB value is (246,131,188). Sum of RGB (Red+Green+Blue) = 246+131+188=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F683BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F683BC is #097C43. Grayscale: #ABABAB. Windows color (decimal): -621636 or 12354550. OLE color: 12354550.
HSL color Cylindrical-coordinate representation of color #F683BC: hue angle of 330.26º degrees, saturation: 0.86, 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 #F683BC is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 131 | 188 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.04 |
| HSL | 330.26º | 0.86% | 0.74% | - |
| HSV(B) | 330.26º | 0.47% | 0.96% | - |
| XYZ | 55.2 | 39.46 | 52.28 | - |
| YUV | 171.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 131 | 188 | 0 | 0.47 | 0.24 | 0.04 | 330.26 | 0.86 | 0.74 |
| Hex | F6 | 83 | BC | 0 | 2F | 18 | 4 | 14A | 56 | 4A |
| Octal | 366 | 203 | 274 | 0 | 57 | 30 | 4 | 512 | 126 | 112 |
| Binary | 11110110 | 10000011 | 10111100 | 0 | 101111 | 11000 | 100 | 101001010 | 1010110 | 1001010 |
Color Harmonies of #F683BC
Complementary color
Monochromatic Colors of #F683BC
Black with #F683BC
Text Example
Text Example
White with #F683BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F683BC; }
p { color: rgb(246,131,188); }
H1.HeaderClassName
{
color: #F683BC;
}
.AnyTagClassName
{
color: #F683BC;
}
</style>
background-color css
<style>
a { background-color: #F683BC; }
a { background-color: rgb(246,131,188); }
div.DivClassName
{
background-color: #F683BC;
}
.BgClassName
{
background-color: #F683BC;
}
</style>
border-color css
<style>
span { border-color: #F683BC; }
span { border-color: rgb(246,131,188); }
td.TdClassName
{
border-color: #F683BC;
}
.TagClassName
{
border-color: #F683BC;
}
</style>