Shades of Persian Pink #F06FBA
Tints of Persian Pink #F06FBA
RGB
CMYK
RGB Variations
Color information
#F06FBA (or 0xF06FBA) is known color: Persian Pink. HEX triplet: F0, 6F and BA. RGB value is (240,111,186). Sum of RGB (Red+Green+Blue) = 240+111+186=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06FBA is #0F9045. Grayscale: #9D9D9D. Windows color (decimal): -1019974 or 12218352. OLE color: 12218352.
HSL color Cylindrical-coordinate representation of color #F06FBA: hue angle of 325.12º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FBA is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 186 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.06 |
| HSL | 325.12º | 0.81% | 0.69% | - |
| HSV(B) | 325.12º | 0.54% | 0.94% | - |
| XYZ | 50.48 | 33.44 | 50.25 | - |
| YUV | 158.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 186 | 0 | 0.54 | 0.22 | 0.06 | 325.12 | 0.81 | 0.69 |
| Hex | F0 | 6F | BA | 0 | 36 | 16 | 6 | 145 | 51 | 45 |
| Octal | 360 | 157 | 272 | 0 | 66 | 26 | 6 | 505 | 121 | 105 |
| Binary | 11110000 | 1101111 | 10111010 | 0 | 110110 | 10110 | 110 | 101000101 | 1010001 | 1000101 |
Color Harmonies of #F06FBA
Complementary color
Monochromatic Colors of #F06FBA
Black with #F06FBA
Text Example
Text Example
White with #F06FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FBA; }
p { color: rgb(240,111,186); }
H1.HeaderClassName
{
color: #F06FBA;
}
.AnyTagClassName
{
color: #F06FBA;
}
</style>
background-color css
<style>
a { background-color: #F06FBA; }
a { background-color: rgb(240,111,186); }
div.DivClassName
{
background-color: #F06FBA;
}
.BgClassName
{
background-color: #F06FBA;
}
</style>
border-color css
<style>
span { border-color: #F06FBA; }
span { border-color: rgb(240,111,186); }
td.TdClassName
{
border-color: #F06FBA;
}
.TagClassName
{
border-color: #F06FBA;
}
</style>