Shades of Persian Pink #F37CBE
Tints of Persian Pink #F37CBE
RGB
CMYK
RGB Variations
Color information
#F37CBE (or 0xF37CBE) is known color: Persian Pink. HEX triplet: F3, 7C and BE. RGB value is (243,124,190). Sum of RGB (Red+Green+Blue) = 243+124+190=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37CBE is #0C8341. Grayscale: #A6A6A6. Windows color (decimal): -820034 or 12483827. OLE color: 12483827.
HSL color Cylindrical-coordinate representation of color #F37CBE: hue angle of 326.72º 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 #F37CBE is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 190 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.05 |
| HSL | 326.72º | 0.83% | 0.72% | - |
| HSV(B) | 326.72º | 0.49% | 0.95% | - |
| XYZ | 53.46 | 37.19 | 53.08 | - |
| YUV | 167.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 190 | 0 | 0.49 | 0.22 | 0.05 | 326.72 | 0.83 | 0.72 |
| Hex | F3 | 7C | BE | 0 | 31 | 16 | 5 | 147 | 53 | 48 |
| Octal | 363 | 174 | 276 | 0 | 61 | 26 | 5 | 507 | 123 | 110 |
| Binary | 11110011 | 1111100 | 10111110 | 0 | 110001 | 10110 | 101 | 101000111 | 1010011 | 1001000 |
Color Harmonies of #F37CBE
Complementary color
Monochromatic Colors of #F37CBE
Black with #F37CBE
Text Example
Text Example
White with #F37CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CBE; }
p { color: rgb(243,124,190); }
H1.HeaderClassName
{
color: #F37CBE;
}
.AnyTagClassName
{
color: #F37CBE;
}
</style>
background-color css
<style>
a { background-color: #F37CBE; }
a { background-color: rgb(243,124,190); }
div.DivClassName
{
background-color: #F37CBE;
}
.BgClassName
{
background-color: #F37CBE;
}
</style>
border-color css
<style>
span { border-color: #F37CBE; }
span { border-color: rgb(243,124,190); }
td.TdClassName
{
border-color: #F37CBE;
}
.TagClassName
{
border-color: #F37CBE;
}
</style>