Shades of Persian Pink #F07DB3
Tints of Persian Pink #F07DB3
RGB
CMYK
RGB Variations
Color information
#F07DB3 (or 0xF07DB3) is known color: Persian Pink. HEX triplet: F0, 7D and B3. RGB value is (240,125,179). Sum of RGB (Red+Green+Blue) = 240+125+179=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F07DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07DB3 is #0F824C. Grayscale: #A5A5A5. Windows color (decimal): -1016397 or 11763184. OLE color: 11763184.
HSL color Cylindrical-coordinate representation of color #F07DB3: hue angle of 331.83º 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 #F07DB3 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 179 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.06 |
| HSL | 331.83º | 0.79% | 0.72% | - |
| HSV(B) | 331.83º | 0.48% | 0.94% | - |
| XYZ | 51.41 | 36.45 | 46.97 | - |
| YUV | 165.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 179 | 0 | 0.48 | 0.25 | 0.06 | 331.83 | 0.79 | 0.72 |
| Hex | F0 | 7D | B3 | 0 | 30 | 19 | 6 | 14C | 4F | 48 |
| Octal | 360 | 175 | 263 | 0 | 60 | 31 | 6 | 514 | 117 | 110 |
| Binary | 11110000 | 1111101 | 10110011 | 0 | 110000 | 11001 | 110 | 101001100 | 1001111 | 1001000 |
Color Harmonies of #F07DB3
Complementary color
Monochromatic Colors of #F07DB3
Black with #F07DB3
Text Example
Text Example
White with #F07DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07DB3; }
p { color: rgb(240,125,179); }
H1.HeaderClassName
{
color: #F07DB3;
}
.AnyTagClassName
{
color: #F07DB3;
}
</style>
background-color css
<style>
a { background-color: #F07DB3; }
a { background-color: rgb(240,125,179); }
div.DivClassName
{
background-color: #F07DB3;
}
.BgClassName
{
background-color: #F07DB3;
}
</style>
border-color css
<style>
span { border-color: #F07DB3; }
span { border-color: rgb(240,125,179); }
td.TdClassName
{
border-color: #F07DB3;
}
.TagClassName
{
border-color: #F07DB3;
}
</style>