Shades of Persian Pink #F07CB8
Tints of Persian Pink #F07CB8
RGB
CMYK
RGB Variations
Color information
#F07CB8 (or 0xF07CB8) is known color: Persian Pink. HEX triplet: F0, 7C and B8. RGB value is (240,124,184). Sum of RGB (Red+Green+Blue) = 240+124+184=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CB8 is #0F8347. Grayscale: #A5A5A5. Windows color (decimal): -1016648 or 12090608. OLE color: 12090608.
HSL color Cylindrical-coordinate representation of color #F07CB8: hue angle of 328.97º 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 #F07CB8 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 184 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.06 |
| HSL | 328.97º | 0.79% | 0.71% | - |
| HSV(B) | 328.97º | 0.48% | 0.94% | - |
| XYZ | 51.79 | 36.4 | 49.64 | - |
| YUV | 165.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 184 | 0 | 0.48 | 0.23 | 0.06 | 328.97 | 0.79 | 0.71 |
| Hex | F0 | 7C | B8 | 0 | 30 | 17 | 6 | 149 | 4F | 47 |
| Octal | 360 | 174 | 270 | 0 | 60 | 27 | 6 | 511 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10111000 | 0 | 110000 | 10111 | 110 | 101001001 | 1001111 | 1000111 |
Color Harmonies of #F07CB8
Complementary color
Monochromatic Colors of #F07CB8
Black with #F07CB8
Text Example
Text Example
White with #F07CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CB8; }
p { color: rgb(240,124,184); }
H1.HeaderClassName
{
color: #F07CB8;
}
.AnyTagClassName
{
color: #F07CB8;
}
</style>
background-color css
<style>
a { background-color: #F07CB8; }
a { background-color: rgb(240,124,184); }
div.DivClassName
{
background-color: #F07CB8;
}
.BgClassName
{
background-color: #F07CB8;
}
</style>
border-color css
<style>
span { border-color: #F07CB8; }
span { border-color: rgb(240,124,184); }
td.TdClassName
{
border-color: #F07CB8;
}
.TagClassName
{
border-color: #F07CB8;
}
</style>