Shades of Persian Pink #F57DC3
Tints of Persian Pink #F57DC3
RGB
CMYK
RGB Variations
Color information
#F57DC3 (or 0xF57DC3) is known color: Persian Pink. HEX triplet: F5, 7D and C3. RGB value is (245,125,195). Sum of RGB (Red+Green+Blue) = 245+125+195=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 195 (76.56% from 255 or 34.51% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57DC3 is #0A823C. Grayscale: #A8A8A8. Windows color (decimal): -688701 or 12811765. OLE color: 12811765.
HSL color Cylindrical-coordinate representation of color #F57DC3: hue angle of 325º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57DC3 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 195 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.04 |
| HSL | 325º | 0.86% | 0.73% | - |
| HSV(B) | 325º | 0.49% | 0.96% | - |
| XYZ | 54.84 | 38.02 | 56.08 | - |
| YUV | 168.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 195 | 0 | 0.49 | 0.20 | 0.04 | 325 | 0.86 | 0.73 |
| Hex | F5 | 7D | C3 | 0 | 31 | 14 | 4 | 145 | 56 | 49 |
| Octal | 365 | 175 | 303 | 0 | 61 | 24 | 4 | 505 | 126 | 111 |
| Binary | 11110101 | 1111101 | 11000011 | 0 | 110001 | 10100 | 100 | 101000101 | 1010110 | 1001001 |
Color Harmonies of #F57DC3
Complementary color
Monochromatic Colors of #F57DC3
Black with #F57DC3
Text Example
Text Example
White with #F57DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57DC3; }
p { color: rgb(245,125,195); }
H1.HeaderClassName
{
color: #F57DC3;
}
.AnyTagClassName
{
color: #F57DC3;
}
</style>
background-color css
<style>
a { background-color: #F57DC3; }
a { background-color: rgb(245,125,195); }
div.DivClassName
{
background-color: #F57DC3;
}
.BgClassName
{
background-color: #F57DC3;
}
</style>
border-color css
<style>
span { border-color: #F57DC3; }
span { border-color: rgb(245,125,195); }
td.TdClassName
{
border-color: #F57DC3;
}
.TagClassName
{
border-color: #F57DC3;
}
</style>