Shades of Persian Pink #F57CC4
Tints of Persian Pink #F57CC4
RGB
CMYK
RGB Variations
Color information
#F57CC4 (or 0xF57CC4) is known color: Persian Pink. HEX triplet: F5, 7C and C4. RGB value is (245,124,196). Sum of RGB (Red+Green+Blue) = 245+124+196=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57CC4 is #0A833B. Grayscale: #A8A8A8. Windows color (decimal): -688956 or 12877045. OLE color: 12877045.
HSL color Cylindrical-coordinate representation of color #F57CC4: hue angle of 324.3º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57CC4 is Cyan = 0, Magento = 0.49, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 196 | - |
| CMYK | 0 | 0.49 | 0.2 | 0.04 |
| HSL | 324.3º | 0.86% | 0.72% | - |
| HSV(B) | 324.3º | 0.49% | 0.96% | - |
| XYZ | 54.83 | 37.81 | 56.63 | - |
| YUV | 168.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 196 | 0 | 0.49 | 0.2 | 0.04 | 324.3 | 0.86 | 0.72 |
| Hex | F5 | 7C | C4 | 0 | 31 | 14 | 4 | 144 | 56 | 48 |
| Octal | 365 | 174 | 304 | 0 | 61 | 24 | 4 | 504 | 126 | 110 |
| Binary | 11110101 | 1111100 | 11000100 | 0 | 110001 | 10100 | 100 | 101000100 | 1010110 | 1001000 |
Color Harmonies of #F57CC4
Complementary color
Monochromatic Colors of #F57CC4
Black with #F57CC4
Text Example
Text Example
White with #F57CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57CC4; }
p { color: rgb(245,124,196); }
H1.HeaderClassName
{
color: #F57CC4;
}
.AnyTagClassName
{
color: #F57CC4;
}
</style>
background-color css
<style>
a { background-color: #F57CC4; }
a { background-color: rgb(245,124,196); }
div.DivClassName
{
background-color: #F57CC4;
}
.BgClassName
{
background-color: #F57CC4;
}
</style>
border-color css
<style>
span { border-color: #F57CC4; }
span { border-color: rgb(245,124,196); }
td.TdClassName
{
border-color: #F57CC4;
}
.TagClassName
{
border-color: #F57CC4;
}
</style>