Shades of Persian Pink #F37CC2
Tints of Persian Pink #F37CC2
RGB
CMYK
RGB Variations
Color information
#F37CC2 (or 0xF37CC2) is known color: Persian Pink. HEX triplet: F3, 7C and C2. RGB value is (243,124,194). Sum of RGB (Red+Green+Blue) = 243+124+194=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CC2 is #0C833D. Grayscale: #A7A7A7. Windows color (decimal): -820030 or 12745971. OLE color: 12745971.
HSL color Cylindrical-coordinate representation of color #F37CC2: hue angle of 324.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 #F37CC2 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 194 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.05 |
| HSL | 324.71º | 0.83% | 0.72% | - |
| HSV(B) | 324.71º | 0.49% | 0.95% | - |
| XYZ | 53.91 | 37.37 | 55.41 | - |
| YUV | 167.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 194 | 0 | 0.49 | 0.20 | 0.05 | 324.71 | 0.83 | 0.72 |
| Hex | F3 | 7C | C2 | 0 | 31 | 14 | 5 | 145 | 53 | 48 |
| Octal | 363 | 174 | 302 | 0 | 61 | 24 | 5 | 505 | 123 | 110 |
| Binary | 11110011 | 1111100 | 11000010 | 0 | 110001 | 10100 | 101 | 101000101 | 1010011 | 1001000 |
Color Harmonies of #F37CC2
Complementary color
Monochromatic Colors of #F37CC2
Black with #F37CC2
Text Example
Text Example
White with #F37CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CC2; }
p { color: rgb(243,124,194); }
H1.HeaderClassName
{
color: #F37CC2;
}
.AnyTagClassName
{
color: #F37CC2;
}
</style>
background-color css
<style>
a { background-color: #F37CC2; }
a { background-color: rgb(243,124,194); }
div.DivClassName
{
background-color: #F37CC2;
}
.BgClassName
{
background-color: #F37CC2;
}
</style>
border-color css
<style>
span { border-color: #F37CC2; }
span { border-color: rgb(243,124,194); }
td.TdClassName
{
border-color: #F37CC2;
}
.TagClassName
{
border-color: #F37CC2;
}
</style>