Shades of Persian Pink #F47DC1
Tints of Persian Pink #F47DC1
RGB
CMYK
RGB Variations
Color information
#F47DC1 (or 0xF47DC1) is known color: Persian Pink. HEX triplet: F4, 7D and C1. RGB value is (244,125,193). Sum of RGB (Red+Green+Blue) = 244+125+193=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47DC1 is #0B823E. Grayscale: #A8A8A8. Windows color (decimal): -754239 or 12680692. OLE color: 12680692.
HSL color Cylindrical-coordinate representation of color #F47DC1: hue angle of 325.71º degrees, saturation: 0.84, 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 #F47DC1 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 125 | 193 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.04 |
| HSL | 325.71º | 0.84% | 0.72% | - |
| HSV(B) | 325.71º | 0.49% | 0.96% | - |
| XYZ | 54.27 | 37.75 | 54.88 | - |
| YUV | 168.33 | 141.92 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 125 | 193 | 0 | 0.49 | 0.21 | 0.04 | 325.71 | 0.84 | 0.72 |
| Hex | F4 | 7D | C1 | 0 | 31 | 15 | 4 | 146 | 54 | 48 |
| Octal | 364 | 175 | 301 | 0 | 61 | 25 | 4 | 506 | 124 | 110 |
| Binary | 11110100 | 1111101 | 11000001 | 0 | 110001 | 10101 | 100 | 101000110 | 1010100 | 1001000 |
Color Harmonies of #F47DC1
Complementary color
Monochromatic Colors of #F47DC1
Black with #F47DC1
Text Example
Text Example
White with #F47DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47DC1; }
p { color: rgb(244,125,193); }
H1.HeaderClassName
{
color: #F47DC1;
}
.AnyTagClassName
{
color: #F47DC1;
}
</style>
background-color css
<style>
a { background-color: #F47DC1; }
a { background-color: rgb(244,125,193); }
div.DivClassName
{
background-color: #F47DC1;
}
.BgClassName
{
background-color: #F47DC1;
}
</style>
border-color css
<style>
span { border-color: #F47DC1; }
span { border-color: rgb(244,125,193); }
td.TdClassName
{
border-color: #F47DC1;
}
.TagClassName
{
border-color: #F47DC1;
}
</style>