Shades of Persian Pink #F681BD
Tints of Persian Pink #F681BD
RGB
CMYK
RGB Variations
Color information
#F681BD (or 0xF681BD) is known color: Persian Pink. HEX triplet: F6, 81 and BD. RGB value is (246,129,189). Sum of RGB (Red+Green+Blue) = 246+129+189=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F681BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681BD is #097E42. Grayscale: #AAAAAA. Windows color (decimal): -622147 or 12419574. OLE color: 12419574.
HSL color Cylindrical-coordinate representation of color #F681BD: hue angle of 329.23º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F681BD is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 189 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.04 |
| HSL | 329.23º | 0.87% | 0.74% | - |
| HSV(B) | 329.23º | 0.48% | 0.96% | - |
| XYZ | 55.04 | 38.97 | 52.76 | - |
| YUV | 170.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 189 | 0 | 0.48 | 0.23 | 0.04 | 329.23 | 0.87 | 0.74 |
| Hex | F6 | 81 | BD | 0 | 30 | 17 | 4 | 149 | 57 | 4A |
| Octal | 366 | 201 | 275 | 0 | 60 | 27 | 4 | 511 | 127 | 112 |
| Binary | 11110110 | 10000001 | 10111101 | 0 | 110000 | 10111 | 100 | 101001001 | 1010111 | 1001010 |
Color Harmonies of #F681BD
Complementary color
Monochromatic Colors of #F681BD
Black with #F681BD
Text Example
Text Example
White with #F681BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F681BD; }
p { color: rgb(246,129,189); }
H1.HeaderClassName
{
color: #F681BD;
}
.AnyTagClassName
{
color: #F681BD;
}
</style>
background-color css
<style>
a { background-color: #F681BD; }
a { background-color: rgb(246,129,189); }
div.DivClassName
{
background-color: #F681BD;
}
.BgClassName
{
background-color: #F681BD;
}
</style>
border-color css
<style>
span { border-color: #F681BD; }
span { border-color: rgb(246,129,189); }
td.TdClassName
{
border-color: #F681BD;
}
.TagClassName
{
border-color: #F681BD;
}
</style>