Shades of Persian Pink #F07FB4
Tints of Persian Pink #F07FB4
RGB
CMYK
RGB Variations
Color information
#F07FB4 (or 0xF07FB4) is known color: Persian Pink. HEX triplet: F0, 7F and B4. RGB value is (240,127,180). Sum of RGB (Red+Green+Blue) = 240+127+180=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F07FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07FB4 is #0F804B. Grayscale: #A6A6A6. Windows color (decimal): -1015884 or 11829232. OLE color: 11829232.
HSL color Cylindrical-coordinate representation of color #F07FB4: hue angle of 331.86º 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 #F07FB4 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 180 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.06 |
| HSL | 331.86º | 0.79% | 0.72% | - |
| HSV(B) | 331.86º | 0.47% | 0.94% | - |
| XYZ | 51.76 | 37 | 47.59 | - |
| YUV | 166.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 180 | 0 | 0.47 | 0.25 | 0.06 | 331.86 | 0.79 | 0.72 |
| Hex | F0 | 7F | B4 | 0 | 2F | 19 | 6 | 14C | 4F | 48 |
| Octal | 360 | 177 | 264 | 0 | 57 | 31 | 6 | 514 | 117 | 110 |
| Binary | 11110000 | 1111111 | 10110100 | 0 | 101111 | 11001 | 110 | 101001100 | 1001111 | 1001000 |
Color Harmonies of #F07FB4
Complementary color
Monochromatic Colors of #F07FB4
Black with #F07FB4
Text Example
Text Example
White with #F07FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07FB4; }
p { color: rgb(240,127,180); }
H1.HeaderClassName
{
color: #F07FB4;
}
.AnyTagClassName
{
color: #F07FB4;
}
</style>
background-color css
<style>
a { background-color: #F07FB4; }
a { background-color: rgb(240,127,180); }
div.DivClassName
{
background-color: #F07FB4;
}
.BgClassName
{
background-color: #F07FB4;
}
</style>
border-color css
<style>
span { border-color: #F07FB4; }
span { border-color: rgb(240,127,180); }
td.TdClassName
{
border-color: #F07FB4;
}
.TagClassName
{
border-color: #F07FB4;
}
</style>