Shades of Persian Pink #F07BBE
Tints of Persian Pink #F07BBE
RGB
CMYK
RGB Variations
Color information
#F07BBE (or 0xF07BBE) is known color: Persian Pink. HEX triplet: F0, 7B and BE. RGB value is (240,123,190). Sum of RGB (Red+Green+Blue) = 240+123+190=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BBE is #0F8441. Grayscale: #A5A5A5. Windows color (decimal): -1016898 or 12483568. OLE color: 12483568.
HSL color Cylindrical-coordinate representation of color #F07BBE: hue angle of 325.64º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BBE is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 190 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.06 |
| HSL | 325.64º | 0.8% | 0.71% | - |
| HSV(B) | 325.64º | 0.49% | 0.94% | - |
| XYZ | 52.31 | 36.41 | 52.99 | - |
| YUV | 165.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 190 | 0 | 0.49 | 0.21 | 0.06 | 325.64 | 0.8 | 0.71 |
| Hex | F0 | 7B | BE | 0 | 31 | 15 | 6 | 146 | 50 | 47 |
| Octal | 360 | 173 | 276 | 0 | 61 | 25 | 6 | 506 | 120 | 107 |
| Binary | 11110000 | 1111011 | 10111110 | 0 | 110001 | 10101 | 110 | 101000110 | 1010000 | 1000111 |
Color Harmonies of #F07BBE
Complementary color
Monochromatic Colors of #F07BBE
Black with #F07BBE
Text Example
Text Example
White with #F07BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BBE; }
p { color: rgb(240,123,190); }
H1.HeaderClassName
{
color: #F07BBE;
}
.AnyTagClassName
{
color: #F07BBE;
}
</style>
background-color css
<style>
a { background-color: #F07BBE; }
a { background-color: rgb(240,123,190); }
div.DivClassName
{
background-color: #F07BBE;
}
.BgClassName
{
background-color: #F07BBE;
}
</style>
border-color css
<style>
span { border-color: #F07BBE; }
span { border-color: rgb(240,123,190); }
td.TdClassName
{
border-color: #F07BBE;
}
.TagClassName
{
border-color: #F07BBE;
}
</style>