Shades of Persian Pink #F07DB5
Tints of Persian Pink #F07DB5
RGB
CMYK
RGB Variations
Color information
#F07DB5 (or 0xF07DB5) is known color: Persian Pink. HEX triplet: F0, 7D and B5. RGB value is (240,125,181). Sum of RGB (Red+Green+Blue) = 240+125+181=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DB5 is #0F824A. Grayscale: #A5A5A5. Windows color (decimal): -1016395 or 11894256. OLE color: 11894256.
HSL color Cylindrical-coordinate representation of color #F07DB5: hue angle of 330.78º 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 #F07DB5 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 181 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.06 |
| HSL | 330.78º | 0.79% | 0.72% | - |
| HSV(B) | 330.78º | 0.48% | 0.94% | - |
| XYZ | 51.61 | 36.53 | 48.05 | - |
| YUV | 165.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 181 | 0 | 0.48 | 0.25 | 0.06 | 330.78 | 0.79 | 0.72 |
| Hex | F0 | 7D | B5 | 0 | 30 | 19 | 6 | 14B | 4F | 48 |
| Octal | 360 | 175 | 265 | 0 | 60 | 31 | 6 | 513 | 117 | 110 |
| Binary | 11110000 | 1111101 | 10110101 | 0 | 110000 | 11001 | 110 | 101001011 | 1001111 | 1001000 |
Color Harmonies of #F07DB5
Complementary color
Monochromatic Colors of #F07DB5
Black with #F07DB5
Text Example
Text Example
White with #F07DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DB5; }
p { color: rgb(240,125,181); }
H1.HeaderClassName
{
color: #F07DB5;
}
.AnyTagClassName
{
color: #F07DB5;
}
</style>
background-color css
<style>
a { background-color: #F07DB5; }
a { background-color: rgb(240,125,181); }
div.DivClassName
{
background-color: #F07DB5;
}
.BgClassName
{
background-color: #F07DB5;
}
</style>
border-color css
<style>
span { border-color: #F07DB5; }
span { border-color: rgb(240,125,181); }
td.TdClassName
{
border-color: #F07DB5;
}
.TagClassName
{
border-color: #F07DB5;
}
</style>