Shades of Persian Pink #F07DB4
Tints of Persian Pink #F07DB4
RGB
CMYK
RGB Variations
Color information
#F07DB4 (or 0xF07DB4) is known color: Persian Pink. HEX triplet: F0, 7D and B4. RGB value is (240,125,180). Sum of RGB (Red+Green+Blue) = 240+125+180=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DB4 is #0F824B. Grayscale: #A5A5A5. Windows color (decimal): -1016396 or 11828720. OLE color: 11828720.
HSL color Cylindrical-coordinate representation of color #F07DB4: hue angle of 331.3º 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 #F07DB4 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 180 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.06 |
| HSL | 331.3º | 0.79% | 0.72% | - |
| HSV(B) | 331.3º | 0.48% | 0.94% | - |
| XYZ | 51.51 | 36.49 | 47.51 | - |
| YUV | 165.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 180 | 0 | 0.48 | 0.25 | 0.06 | 331.3 | 0.79 | 0.72 |
| Hex | F0 | 7D | B4 | 0 | 30 | 19 | 6 | 14B | 4F | 48 |
| Octal | 360 | 175 | 264 | 0 | 60 | 31 | 6 | 513 | 117 | 110 |
| Binary | 11110000 | 1111101 | 10110100 | 0 | 110000 | 11001 | 110 | 101001011 | 1001111 | 1001000 |
Color Harmonies of #F07DB4
Complementary color
Monochromatic Colors of #F07DB4
Black with #F07DB4
Text Example
Text Example
White with #F07DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DB4; }
p { color: rgb(240,125,180); }
H1.HeaderClassName
{
color: #F07DB4;
}
.AnyTagClassName
{
color: #F07DB4;
}
</style>
background-color css
<style>
a { background-color: #F07DB4; }
a { background-color: rgb(240,125,180); }
div.DivClassName
{
background-color: #F07DB4;
}
.BgClassName
{
background-color: #F07DB4;
}
</style>
border-color css
<style>
span { border-color: #F07DB4; }
span { border-color: rgb(240,125,180); }
td.TdClassName
{
border-color: #F07DB4;
}
.TagClassName
{
border-color: #F07DB4;
}
</style>