Shades of Persian Pink #F07FC1
Tints of Persian Pink #F07FC1
RGB
CMYK
RGB Variations
Color information
#F07FC1 (or 0xF07FC1) is known color: Persian Pink. HEX triplet: F0, 7F and C1. RGB value is (240,127,193). Sum of RGB (Red+Green+Blue) = 240+127+193=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FC1 is #0F803E. Grayscale: #A8A8A8. Windows color (decimal): -1015871 or 12681200. OLE color: 12681200.
HSL color Cylindrical-coordinate representation of color #F07FC1: hue angle of 324.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F07FC1 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 193 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.06 |
| HSL | 324.96º | 0.79% | 0.72% | - |
| HSV(B) | 324.96º | 0.47% | 0.94% | - |
| XYZ | 53.15 | 37.55 | 54.9 | - |
| YUV | 168.31 | 141.94 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 193 | 0 | 0.47 | 0.20 | 0.06 | 324.96 | 0.79 | 0.72 |
| Hex | F0 | 7F | C1 | 0 | 2F | 14 | 6 | 145 | 4F | 48 |
| Octal | 360 | 177 | 301 | 0 | 57 | 24 | 6 | 505 | 117 | 110 |
| Binary | 11110000 | 1111111 | 11000001 | 0 | 101111 | 10100 | 110 | 101000101 | 1001111 | 1001000 |
Color Harmonies of #F07FC1
Complementary color
Monochromatic Colors of #F07FC1
Black with #F07FC1
Text Example
Text Example
White with #F07FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FC1; }
p { color: rgb(240,127,193); }
H1.HeaderClassName
{
color: #F07FC1;
}
.AnyTagClassName
{
color: #F07FC1;
}
</style>
background-color css
<style>
a { background-color: #F07FC1; }
a { background-color: rgb(240,127,193); }
div.DivClassName
{
background-color: #F07FC1;
}
.BgClassName
{
background-color: #F07FC1;
}
</style>
border-color css
<style>
span { border-color: #F07FC1; }
span { border-color: rgb(240,127,193); }
td.TdClassName
{
border-color: #F07FC1;
}
.TagClassName
{
border-color: #F07FC1;
}
</style>