Shades of Persian Pink #F076C3
Tints of Persian Pink #F076C3
RGB
CMYK
RGB Variations
Color information
#F076C3 (or 0xF076C3) is known color: Persian Pink. HEX triplet: F0, 76 and C3. RGB value is (240,118,195). Sum of RGB (Red+Green+Blue) = 240+118+195=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F076C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076C3 is #0F893C. Grayscale: #A3A3A3. Windows color (decimal): -1018173 or 12809968. OLE color: 12809968.
HSL color Cylindrical-coordinate representation of color #F076C3: hue angle of 322.13º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F076C3 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 195 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.06 |
| HSL | 322.13º | 0.8% | 0.7% | - |
| HSV(B) | 322.13º | 0.51% | 0.94% | - |
| XYZ | 52.26 | 35.42 | 55.71 | - |
| YUV | 163.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 195 | 0 | 0.51 | 0.19 | 0.06 | 322.13 | 0.8 | 0.7 |
| Hex | F0 | 76 | C3 | 0 | 33 | 13 | 6 | 142 | 50 | 46 |
| Octal | 360 | 166 | 303 | 0 | 63 | 23 | 6 | 502 | 120 | 106 |
| Binary | 11110000 | 1110110 | 11000011 | 0 | 110011 | 10011 | 110 | 101000010 | 1010000 | 1000110 |
Color Harmonies of #F076C3
Complementary color
Monochromatic Colors of #F076C3
Black with #F076C3
Text Example
Text Example
White with #F076C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076C3; }
p { color: rgb(240,118,195); }
H1.HeaderClassName
{
color: #F076C3;
}
.AnyTagClassName
{
color: #F076C3;
}
</style>
background-color css
<style>
a { background-color: #F076C3; }
a { background-color: rgb(240,118,195); }
div.DivClassName
{
background-color: #F076C3;
}
.BgClassName
{
background-color: #F076C3;
}
</style>
border-color css
<style>
span { border-color: #F076C3; }
span { border-color: rgb(240,118,195); }
td.TdClassName
{
border-color: #F076C3;
}
.TagClassName
{
border-color: #F076C3;
}
</style>