Shades of Persian Pink #F37CC1
Tints of Persian Pink #F37CC1
RGB
CMYK
RGB Variations
Color information
#F37CC1 (or 0xF37CC1) is known color: Persian Pink. HEX triplet: F3, 7C and C1. RGB value is (243,124,193). Sum of RGB (Red+Green+Blue) = 243+124+193=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CC1 is #0C833E. Grayscale: #A7A7A7. Windows color (decimal): -820031 or 12680435. OLE color: 12680435.
HSL color Cylindrical-coordinate representation of color #F37CC1: hue angle of 325.21º 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 #F37CC1 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 193 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.05 |
| HSL | 325.21º | 0.83% | 0.72% | - |
| HSV(B) | 325.21º | 0.49% | 0.95% | - |
| XYZ | 53.8 | 37.32 | 54.82 | - |
| YUV | 167.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 193 | 0 | 0.49 | 0.21 | 0.05 | 325.21 | 0.83 | 0.72 |
| Hex | F3 | 7C | C1 | 0 | 31 | 15 | 5 | 145 | 53 | 48 |
| Octal | 363 | 174 | 301 | 0 | 61 | 25 | 5 | 505 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11000001 | 0 | 110001 | 10101 | 101 | 101000101 | 1010011 | 1001000 |
Color Harmonies of #F37CC1
Complementary color
Monochromatic Colors of #F37CC1
Black with #F37CC1
Text Example
Text Example
White with #F37CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CC1; }
p { color: rgb(243,124,193); }
H1.HeaderClassName
{
color: #F37CC1;
}
.AnyTagClassName
{
color: #F37CC1;
}
</style>
background-color css
<style>
a { background-color: #F37CC1; }
a { background-color: rgb(243,124,193); }
div.DivClassName
{
background-color: #F37CC1;
}
.BgClassName
{
background-color: #F37CC1;
}
</style>
border-color css
<style>
span { border-color: #F37CC1; }
span { border-color: rgb(243,124,193); }
td.TdClassName
{
border-color: #F37CC1;
}
.TagClassName
{
border-color: #F37CC1;
}
</style>