Shades of Persian Pink #F07CBE
Tints of Persian Pink #F07CBE
RGB
CMYK
RGB Variations
Color information
#F07CBE (or 0xF07CBE) is known color: Persian Pink. HEX triplet: F0, 7C and BE. RGB value is (240,124,190). Sum of RGB (Red+Green+Blue) = 240+124+190=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F07CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07CBE is #0F8341. Grayscale: #A6A6A6. Windows color (decimal): -1016642 or 12483824. OLE color: 12483824.
HSL color Cylindrical-coordinate representation of color #F07CBE: hue angle of 325.86º 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 #F07CBE is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 190 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.06 |
| HSL | 325.86º | 0.79% | 0.71% | - |
| HSV(B) | 325.86º | 0.48% | 0.94% | - |
| XYZ | 52.44 | 36.66 | 53.03 | - |
| YUV | 166.21 | 141.43 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 190 | 0 | 0.48 | 0.21 | 0.06 | 325.86 | 0.79 | 0.71 |
| Hex | F0 | 7C | BE | 0 | 30 | 15 | 6 | 146 | 4F | 47 |
| Octal | 360 | 174 | 276 | 0 | 60 | 25 | 6 | 506 | 117 | 107 |
| Binary | 11110000 | 1111100 | 10111110 | 0 | 110000 | 10101 | 110 | 101000110 | 1001111 | 1000111 |
Color Harmonies of #F07CBE
Complementary color
Monochromatic Colors of #F07CBE
Black with #F07CBE
Text Example
Text Example
White with #F07CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07CBE; }
p { color: rgb(240,124,190); }
H1.HeaderClassName
{
color: #F07CBE;
}
.AnyTagClassName
{
color: #F07CBE;
}
</style>
background-color css
<style>
a { background-color: #F07CBE; }
a { background-color: rgb(240,124,190); }
div.DivClassName
{
background-color: #F07CBE;
}
.BgClassName
{
background-color: #F07CBE;
}
</style>
border-color css
<style>
span { border-color: #F07CBE; }
span { border-color: rgb(240,124,190); }
td.TdClassName
{
border-color: #F07CBE;
}
.TagClassName
{
border-color: #F07CBE;
}
</style>