Shades of Persian Pink #F685BD
Tints of Persian Pink #F685BD
RGB
CMYK
RGB Variations
Color information
#F685BD (or 0xF685BD) is known color: Persian Pink. HEX triplet: F6, 85 and BD. RGB value is (246,133,189). Sum of RGB (Red+Green+Blue) = 246+133+189=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F685BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685BD is #097A42. Grayscale: #ADADAD. Windows color (decimal): -621123 or 12420598. OLE color: 12420598.
HSL color Cylindrical-coordinate representation of color #F685BD: hue angle of 330.27º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F685BD is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 189 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.04 |
| HSL | 330.27º | 0.86% | 0.74% | - |
| HSV(B) | 330.27º | 0.46% | 0.96% | - |
| XYZ | 55.58 | 40.04 | 52.94 | - |
| YUV | 173.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 189 | 0 | 0.46 | 0.23 | 0.04 | 330.27 | 0.86 | 0.74 |
| Hex | F6 | 85 | BD | 0 | 2E | 17 | 4 | 14A | 56 | 4A |
| Octal | 366 | 205 | 275 | 0 | 56 | 27 | 4 | 512 | 126 | 112 |
| Binary | 11110110 | 10000101 | 10111101 | 0 | 101110 | 10111 | 100 | 101001010 | 1010110 | 1001010 |
Color Harmonies of #F685BD
Complementary color
Monochromatic Colors of #F685BD
Black with #F685BD
Text Example
Text Example
White with #F685BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F685BD; }
p { color: rgb(246,133,189); }
H1.HeaderClassName
{
color: #F685BD;
}
.AnyTagClassName
{
color: #F685BD;
}
</style>
background-color css
<style>
a { background-color: #F685BD; }
a { background-color: rgb(246,133,189); }
div.DivClassName
{
background-color: #F685BD;
}
.BgClassName
{
background-color: #F685BD;
}
</style>
border-color css
<style>
span { border-color: #F685BD; }
span { border-color: rgb(246,133,189); }
td.TdClassName
{
border-color: #F685BD;
}
.TagClassName
{
border-color: #F685BD;
}
</style>