Shades of Persian Pink #F37DC1
Tints of Persian Pink #F37DC1
RGB
CMYK
RGB Variations
Color information
#F37DC1 (or 0xF37DC1) is known color: Persian Pink. HEX triplet: F3, 7D and C1. RGB value is (243,125,193). Sum of RGB (Red+Green+Blue) = 243+125+193=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DC1 is #0C823E. Grayscale: #A7A7A7. Windows color (decimal): -819775 or 12680691. OLE color: 12680691.
HSL color Cylindrical-coordinate representation of color #F37DC1: hue angle of 325.42º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37DC1 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 193 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.05 |
| HSL | 325.42º | 0.83% | 0.72% | - |
| HSV(B) | 325.42º | 0.49% | 0.95% | - |
| XYZ | 53.92 | 37.57 | 54.86 | - |
| YUV | 168.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 193 | 0 | 0.49 | 0.21 | 0.05 | 325.42 | 0.83 | 0.72 |
| Hex | F3 | 7D | C1 | 0 | 31 | 15 | 5 | 145 | 53 | 48 |
| Octal | 363 | 175 | 301 | 0 | 61 | 25 | 5 | 505 | 123 | 110 |
| Binary | 11110011 | 1111101 | 11000001 | 0 | 110001 | 10101 | 101 | 101000101 | 1010011 | 1001000 |
Color Harmonies of #F37DC1
Complementary color
Monochromatic Colors of #F37DC1
Black with #F37DC1
Text Example
Text Example
White with #F37DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DC1; }
p { color: rgb(243,125,193); }
H1.HeaderClassName
{
color: #F37DC1;
}
.AnyTagClassName
{
color: #F37DC1;
}
</style>
background-color css
<style>
a { background-color: #F37DC1; }
a { background-color: rgb(243,125,193); }
div.DivClassName
{
background-color: #F37DC1;
}
.BgClassName
{
background-color: #F37DC1;
}
</style>
border-color css
<style>
span { border-color: #F37DC1; }
span { border-color: rgb(243,125,193); }
td.TdClassName
{
border-color: #F37DC1;
}
.TagClassName
{
border-color: #F37DC1;
}
</style>