Shades of Persian Pink #F07DB8
Tints of Persian Pink #F07DB8
RGB
CMYK
RGB Variations
Color information
#F07DB8 (or 0xF07DB8) is known color: Persian Pink. HEX triplet: F0, 7D and B8. RGB value is (240,125,184). Sum of RGB (Red+Green+Blue) = 240+125+184=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DB8 is #0F8247. Grayscale: #A5A5A5. Windows color (decimal): -1016392 or 12090864. OLE color: 12090864.
HSL color Cylindrical-coordinate representation of color #F07DB8: hue angle of 329.22º 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 #F07DB8 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 184 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.06 |
| HSL | 329.22º | 0.79% | 0.72% | - |
| HSV(B) | 329.22º | 0.48% | 0.94% | - |
| XYZ | 51.92 | 36.65 | 49.69 | - |
| YUV | 166.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 184 | 0 | 0.48 | 0.23 | 0.06 | 329.22 | 0.79 | 0.72 |
| Hex | F0 | 7D | B8 | 0 | 30 | 17 | 6 | 149 | 4F | 48 |
| Octal | 360 | 175 | 270 | 0 | 60 | 27 | 6 | 511 | 117 | 110 |
| Binary | 11110000 | 1111101 | 10111000 | 0 | 110000 | 10111 | 110 | 101001001 | 1001111 | 1001000 |
Color Harmonies of #F07DB8
Complementary color
Monochromatic Colors of #F07DB8
Black with #F07DB8
Text Example
Text Example
White with #F07DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DB8; }
p { color: rgb(240,125,184); }
H1.HeaderClassName
{
color: #F07DB8;
}
.AnyTagClassName
{
color: #F07DB8;
}
</style>
background-color css
<style>
a { background-color: #F07DB8; }
a { background-color: rgb(240,125,184); }
div.DivClassName
{
background-color: #F07DB8;
}
.BgClassName
{
background-color: #F07DB8;
}
</style>
border-color css
<style>
span { border-color: #F07DB8; }
span { border-color: rgb(240,125,184); }
td.TdClassName
{
border-color: #F07DB8;
}
.TagClassName
{
border-color: #F07DB8;
}
</style>