Shades of Persian Pink #F075C3
Tints of Persian Pink #F075C3
RGB
CMYK
RGB Variations
Color information
#F075C3 (or 0xF075C3) is known color: Persian Pink. HEX triplet: F0, 75 and C3. RGB value is (240,117,195). Sum of RGB (Red+Green+Blue) = 240+117+195=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 195 (76.56% from 255 or 35.33% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F075C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F075C3 is #0F8A3C. Grayscale: #A2A2A2. Windows color (decimal): -1018429 or 12809712. OLE color: 12809712.
HSL color Cylindrical-coordinate representation of color #F075C3: hue angle of 321.95º 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 #F075C3 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 195 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.06 |
| HSL | 321.95º | 0.8% | 0.7% | - |
| HSV(B) | 321.95º | 0.51% | 0.94% | - |
| XYZ | 52.15 | 35.19 | 55.67 | - |
| YUV | 162.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 195 | 0 | 0.51 | 0.19 | 0.06 | 321.95 | 0.8 | 0.7 |
| Hex | F0 | 75 | C3 | 0 | 33 | 13 | 6 | 142 | 50 | 46 |
| Octal | 360 | 165 | 303 | 0 | 63 | 23 | 6 | 502 | 120 | 106 |
| Binary | 11110000 | 1110101 | 11000011 | 0 | 110011 | 10011 | 110 | 101000010 | 1010000 | 1000110 |
Color Harmonies of #F075C3
Complementary color
Monochromatic Colors of #F075C3
Black with #F075C3
Text Example
Text Example
White with #F075C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F075C3; }
p { color: rgb(240,117,195); }
H1.HeaderClassName
{
color: #F075C3;
}
.AnyTagClassName
{
color: #F075C3;
}
</style>
background-color css
<style>
a { background-color: #F075C3; }
a { background-color: rgb(240,117,195); }
div.DivClassName
{
background-color: #F075C3;
}
.BgClassName
{
background-color: #F075C3;
}
</style>
border-color css
<style>
span { border-color: #F075C3; }
span { border-color: rgb(240,117,195); }
td.TdClassName
{
border-color: #F075C3;
}
.TagClassName
{
border-color: #F075C3;
}
</style>