Shades of Persian Pink #F07CBF
Tints of Persian Pink #F07CBF
RGB
CMYK
RGB Variations
Color information
#F07CBF (or 0xF07CBF) is known color: Persian Pink. HEX triplet: F0, 7C and BF. RGB value is (240,124,191). Sum of RGB (Red+Green+Blue) = 240+124+191=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CBF is #0F8340. Grayscale: #A6A6A6. Windows color (decimal): -1016641 or 12549360. OLE color: 12549360.
HSL color Cylindrical-coordinate representation of color #F07CBF: hue angle of 325.34º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07CBF is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 191 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.06 |
| HSL | 325.34º | 0.79% | 0.71% | - |
| HSV(B) | 325.34º | 0.48% | 0.94% | - |
| XYZ | 52.55 | 36.7 | 53.6 | - |
| YUV | 166.32 | 141.93 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 191 | 0 | 0.48 | 0.20 | 0.06 | 325.34 | 0.79 | 0.71 |
| Hex | F0 | 7C | BF | 0 | 30 | 14 | 6 | 145 | 4F | 47 |
| Octal | 360 | 174 | 277 | 0 | 60 | 24 | 6 | 505 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10111111 | 0 | 110000 | 10100 | 110 | 101000101 | 1001111 | 1000111 |
Color Harmonies of #F07CBF
Complementary color
Monochromatic Colors of #F07CBF
Black with #F07CBF
Text Example
Text Example
White with #F07CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CBF; }
p { color: rgb(240,124,191); }
H1.HeaderClassName
{
color: #F07CBF;
}
.AnyTagClassName
{
color: #F07CBF;
}
</style>
background-color css
<style>
a { background-color: #F07CBF; }
a { background-color: rgb(240,124,191); }
div.DivClassName
{
background-color: #F07CBF;
}
.BgClassName
{
background-color: #F07CBF;
}
</style>
border-color css
<style>
span { border-color: #F07CBF; }
span { border-color: rgb(240,124,191); }
td.TdClassName
{
border-color: #F07CBF;
}
.TagClassName
{
border-color: #F07CBF;
}
</style>