Shades of Persian Pink #F07BBB
Tints of Persian Pink #F07BBB
RGB
CMYK
RGB Variations
Color information
#F07BBB (or 0xF07BBB) is known color: Persian Pink. HEX triplet: F0, 7B and BB. RGB value is (240,123,187). Sum of RGB (Red+Green+Blue) = 240+123+187=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07BBB is #0F8444. Grayscale: #A5A5A5. Windows color (decimal): -1016901 or 12286960. OLE color: 12286960.
HSL color Cylindrical-coordinate representation of color #F07BBB: hue angle of 327.18º 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 #F07BBB is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 187 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.06 |
| HSL | 327.18º | 0.8% | 0.71% | - |
| HSV(B) | 327.18º | 0.49% | 0.94% | - |
| XYZ | 51.99 | 36.28 | 51.28 | - |
| YUV | 165.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 187 | 0 | 0.49 | 0.22 | 0.06 | 327.18 | 0.8 | 0.71 |
| Hex | F0 | 7B | BB | 0 | 31 | 16 | 6 | 147 | 50 | 47 |
| Octal | 360 | 173 | 273 | 0 | 61 | 26 | 6 | 507 | 120 | 107 |
| Binary | 11110000 | 1111011 | 10111011 | 0 | 110001 | 10110 | 110 | 101000111 | 1010000 | 1000111 |
Color Harmonies of #F07BBB
Complementary color
Monochromatic Colors of #F07BBB
Black with #F07BBB
Text Example
Text Example
White with #F07BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BBB; }
p { color: rgb(240,123,187); }
H1.HeaderClassName
{
color: #F07BBB;
}
.AnyTagClassName
{
color: #F07BBB;
}
</style>
background-color css
<style>
a { background-color: #F07BBB; }
a { background-color: rgb(240,123,187); }
div.DivClassName
{
background-color: #F07BBB;
}
.BgClassName
{
background-color: #F07BBB;
}
</style>
border-color css
<style>
span { border-color: #F07BBB; }
span { border-color: rgb(240,123,187); }
td.TdClassName
{
border-color: #F07BBB;
}
.TagClassName
{
border-color: #F07BBB;
}
</style>