Shades of Persian Pink #F07DB9
Tints of Persian Pink #F07DB9
RGB
CMYK
RGB Variations
Color information
#F07DB9 (or 0xF07DB9) is known color: Persian Pink. HEX triplet: F0, 7D and B9. RGB value is (240,125,185). Sum of RGB (Red+Green+Blue) = 240+125+185=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DB9 is #0F8246. Grayscale: #A6A6A6. Windows color (decimal): -1016391 or 12156400. OLE color: 12156400.
HSL color Cylindrical-coordinate representation of color #F07DB9: hue angle of 328.7º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07DB9 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 185 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.06 |
| HSL | 328.7º | 0.79% | 0.72% | - |
| HSV(B) | 328.7º | 0.48% | 0.94% | - |
| XYZ | 52.03 | 36.7 | 50.24 | - |
| YUV | 166.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 185 | 0 | 0.48 | 0.23 | 0.06 | 328.7 | 0.79 | 0.72 |
| Hex | F0 | 7D | B9 | 0 | 30 | 17 | 6 | 149 | 4F | 48 |
| Octal | 360 | 175 | 271 | 0 | 60 | 27 | 6 | 511 | 117 | 110 |
| Binary | 11110000 | 1111101 | 10111001 | 0 | 110000 | 10111 | 110 | 101001001 | 1001111 | 1001000 |
Color Harmonies of #F07DB9
Complementary color
Monochromatic Colors of #F07DB9
Black with #F07DB9
Text Example
Text Example
White with #F07DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DB9; }
p { color: rgb(240,125,185); }
H1.HeaderClassName
{
color: #F07DB9;
}
.AnyTagClassName
{
color: #F07DB9;
}
</style>
background-color css
<style>
a { background-color: #F07DB9; }
a { background-color: rgb(240,125,185); }
div.DivClassName
{
background-color: #F07DB9;
}
.BgClassName
{
background-color: #F07DB9;
}
</style>
border-color css
<style>
span { border-color: #F07DB9; }
span { border-color: rgb(240,125,185); }
td.TdClassName
{
border-color: #F07DB9;
}
.TagClassName
{
border-color: #F07DB9;
}
</style>