Shades of Persian Pink #F07BBC
Tints of Persian Pink #F07BBC
RGB
CMYK
RGB Variations
Color information
#F07BBC (or 0xF07BBC) is known color: Persian Pink. HEX triplet: F0, 7B and BC. RGB value is (240,123,188). Sum of RGB (Red+Green+Blue) = 240+123+188=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BBC is #0F8443. Grayscale: #A5A5A5. Windows color (decimal): -1016900 or 12352496. OLE color: 12352496.
HSL color Cylindrical-coordinate representation of color #F07BBC: hue angle of 326.67º 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 #F07BBC is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 188 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.06 |
| HSL | 326.67º | 0.8% | 0.71% | - |
| HSV(B) | 326.67º | 0.49% | 0.94% | - |
| XYZ | 52.1 | 36.32 | 51.84 | - |
| YUV | 165.39 | 140.76 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 188 | 0 | 0.49 | 0.22 | 0.06 | 326.67 | 0.8 | 0.71 |
| Hex | F0 | 7B | BC | 0 | 31 | 16 | 6 | 147 | 50 | 47 |
| Octal | 360 | 173 | 274 | 0 | 61 | 26 | 6 | 507 | 120 | 107 |
| Binary | 11110000 | 1111011 | 10111100 | 0 | 110001 | 10110 | 110 | 101000111 | 1010000 | 1000111 |
Color Harmonies of #F07BBC
Complementary color
Monochromatic Colors of #F07BBC
Black with #F07BBC
Text Example
Text Example
White with #F07BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BBC; }
p { color: rgb(240,123,188); }
H1.HeaderClassName
{
color: #F07BBC;
}
.AnyTagClassName
{
color: #F07BBC;
}
</style>
background-color css
<style>
a { background-color: #F07BBC; }
a { background-color: rgb(240,123,188); }
div.DivClassName
{
background-color: #F07BBC;
}
.BgClassName
{
background-color: #F07BBC;
}
</style>
border-color css
<style>
span { border-color: #F07BBC; }
span { border-color: rgb(240,123,188); }
td.TdClassName
{
border-color: #F07BBC;
}
.TagClassName
{
border-color: #F07BBC;
}
</style>