Shades of Persian Pink #F070BC
Tints of Persian Pink #F070BC
RGB
CMYK
RGB Variations
Color information
#F070BC (or 0xF070BC) is known color: Persian Pink. HEX triplet: F0, 70 and BC. RGB value is (240,112,188). Sum of RGB (Red+Green+Blue) = 240+112+188=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F070BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070BC is #0F8F43. Grayscale: #9E9E9E. Windows color (decimal): -1019716 or 12349680. OLE color: 12349680.
HSL color Cylindrical-coordinate representation of color #F070BC: hue angle of 324.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070BC is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 188 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.06 |
| HSL | 324.38º | 0.81% | 0.69% | - |
| HSV(B) | 324.38º | 0.53% | 0.94% | - |
| XYZ | 50.81 | 33.74 | 51.41 | - |
| YUV | 158.94 | 144.41 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 188 | 0 | 0.53 | 0.22 | 0.06 | 324.38 | 0.81 | 0.69 |
| Hex | F0 | 70 | BC | 0 | 35 | 16 | 6 | 144 | 51 | 45 |
| Octal | 360 | 160 | 274 | 0 | 65 | 26 | 6 | 504 | 121 | 105 |
| Binary | 11110000 | 1110000 | 10111100 | 0 | 110101 | 10110 | 110 | 101000100 | 1010001 | 1000101 |
Color Harmonies of #F070BC
Complementary color
Monochromatic Colors of #F070BC
Black with #F070BC
Text Example
Text Example
White with #F070BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F070BC; }
p { color: rgb(240,112,188); }
H1.HeaderClassName
{
color: #F070BC;
}
.AnyTagClassName
{
color: #F070BC;
}
</style>
background-color css
<style>
a { background-color: #F070BC; }
a { background-color: rgb(240,112,188); }
div.DivClassName
{
background-color: #F070BC;
}
.BgClassName
{
background-color: #F070BC;
}
</style>
border-color css
<style>
span { border-color: #F070BC; }
span { border-color: rgb(240,112,188); }
td.TdClassName
{
border-color: #F070BC;
}
.TagClassName
{
border-color: #F070BC;
}
</style>