Shades of Persian Pink #F07BAF
Tints of Persian Pink #F07BAF
RGB
CMYK
RGB Variations
Color information
#F07BAF (or 0xF07BAF) is known color: Persian Pink. HEX triplet: F0, 7B and AF. RGB value is (240,123,175). Sum of RGB (Red+Green+Blue) = 240+123+175=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07BAF is #0F8450. Grayscale: #A3A3A3. Windows color (decimal): -1016913 or 11500528. OLE color: 11500528.
HSL color Cylindrical-coordinate representation of color #F07BAF: hue angle of 333.33º 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 #F07BAF is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 175 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.06 |
| HSL | 333.33º | 0.8% | 0.71% | - |
| HSV(B) | 333.33º | 0.49% | 0.94% | - |
| XYZ | 50.76 | 35.79 | 44.79 | - |
| YUV | 163.91 | 134.26 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 175 | 0 | 0.49 | 0.27 | 0.06 | 333.33 | 0.8 | 0.71 |
| Hex | F0 | 7B | AF | 0 | 31 | 1B | 6 | 14D | 50 | 47 |
| Octal | 360 | 173 | 257 | 0 | 61 | 33 | 6 | 515 | 120 | 107 |
| Binary | 11110000 | 1111011 | 10101111 | 0 | 110001 | 11011 | 110 | 101001101 | 1010000 | 1000111 |
Color Harmonies of #F07BAF
Complementary color
Monochromatic Colors of #F07BAF
Black with #F07BAF
Text Example
Text Example
White with #F07BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BAF; }
p { color: rgb(240,123,175); }
H1.HeaderClassName
{
color: #F07BAF;
}
.AnyTagClassName
{
color: #F07BAF;
}
</style>
background-color css
<style>
a { background-color: #F07BAF; }
a { background-color: rgb(240,123,175); }
div.DivClassName
{
background-color: #F07BAF;
}
.BgClassName
{
background-color: #F07BAF;
}
</style>
border-color css
<style>
span { border-color: #F07BAF; }
span { border-color: rgb(240,123,175); }
td.TdClassName
{
border-color: #F07BAF;
}
.TagClassName
{
border-color: #F07BAF;
}
</style>