Shades of Persian Pink #F37CC0
Tints of Persian Pink #F37CC0
RGB
CMYK
RGB Variations
Color information
#F37CC0 (or 0xF37CC0) is known color: Persian Pink. HEX triplet: F3, 7C and C0. RGB value is (243,124,192). Sum of RGB (Red+Green+Blue) = 243+124+192=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CC0 is #0C833F. Grayscale: #A7A7A7. Windows color (decimal): -820032 or 12614899. OLE color: 12614899.
HSL color Cylindrical-coordinate representation of color #F37CC0: hue angle of 325.71º 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 #F37CC0 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 192 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.05 |
| HSL | 325.71º | 0.83% | 0.72% | - |
| HSV(B) | 325.71º | 0.49% | 0.95% | - |
| XYZ | 53.68 | 37.28 | 54.23 | - |
| YUV | 167.33 | 141.92 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 192 | 0 | 0.49 | 0.21 | 0.05 | 325.71 | 0.83 | 0.72 |
| Hex | F3 | 7C | C0 | 0 | 31 | 15 | 5 | 146 | 53 | 48 |
| Octal | 363 | 174 | 300 | 0 | 61 | 25 | 5 | 506 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11000000 | 0 | 110001 | 10101 | 101 | 101000110 | 1010011 | 1001000 |
Color Harmonies of #F37CC0
Complementary color
Monochromatic Colors of #F37CC0
Black with #F37CC0
Text Example
Text Example
White with #F37CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CC0; }
p { color: rgb(243,124,192); }
H1.HeaderClassName
{
color: #F37CC0;
}
.AnyTagClassName
{
color: #F37CC0;
}
</style>
background-color css
<style>
a { background-color: #F37CC0; }
a { background-color: rgb(243,124,192); }
div.DivClassName
{
background-color: #F37CC0;
}
.BgClassName
{
background-color: #F37CC0;
}
</style>
border-color css
<style>
span { border-color: #F37CC0; }
span { border-color: rgb(243,124,192); }
td.TdClassName
{
border-color: #F37CC0;
}
.TagClassName
{
border-color: #F37CC0;
}
</style>