Shades of Persian Pink #F67DBA
Tints of Persian Pink #F67DBA
RGB
CMYK
RGB Variations
Color information
#F67DBA (or 0xF67DBA) is known color: Persian Pink. HEX triplet: F6, 7D and BA. RGB value is (246,125,186). Sum of RGB (Red+Green+Blue) = 246+125+186=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F67DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67DBA is #098245. Grayscale: #A8A8A8. Windows color (decimal): -623174 or 12221942. OLE color: 12221942.
HSL color Cylindrical-coordinate representation of color #F67DBA: hue angle of 329.75º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67DBA is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 125 | 186 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.04 |
| HSL | 329.75º | 0.87% | 0.73% | - |
| HSV(B) | 329.75º | 0.49% | 0.96% | - |
| XYZ | 54.2 | 37.81 | 50.89 | - |
| YUV | 168.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 125 | 186 | 0 | 0.49 | 0.24 | 0.04 | 329.75 | 0.87 | 0.73 |
| Hex | F6 | 7D | BA | 0 | 31 | 18 | 4 | 14A | 57 | 49 |
| Octal | 366 | 175 | 272 | 0 | 61 | 30 | 4 | 512 | 127 | 111 |
| Binary | 11110110 | 1111101 | 10111010 | 0 | 110001 | 11000 | 100 | 101001010 | 1010111 | 1001001 |
Color Harmonies of #F67DBA
Complementary color
Monochromatic Colors of #F67DBA
Black with #F67DBA
Text Example
Text Example
White with #F67DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67DBA; }
p { color: rgb(246,125,186); }
H1.HeaderClassName
{
color: #F67DBA;
}
.AnyTagClassName
{
color: #F67DBA;
}
</style>
background-color css
<style>
a { background-color: #F67DBA; }
a { background-color: rgb(246,125,186); }
div.DivClassName
{
background-color: #F67DBA;
}
.BgClassName
{
background-color: #F67DBA;
}
</style>
border-color css
<style>
span { border-color: #F67DBA; }
span { border-color: rgb(246,125,186); }
td.TdClassName
{
border-color: #F67DBA;
}
.TagClassName
{
border-color: #F67DBA;
}
</style>