Shades of Persian Pink #F37CB0
Tints of Persian Pink #F37CB0
RGB
CMYK
RGB Variations
Color information
#F37CB0 (or 0xF37CB0) is known color: Persian Pink. HEX triplet: F3, 7C and B0. RGB value is (243,124,176). Sum of RGB (Red+Green+Blue) = 243+124+176=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F37CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F37CB0 is #0C834F. Grayscale: #A5A5A5. Windows color (decimal): -820048 or 11566323. OLE color: 11566323.
HSL color Cylindrical-coordinate representation of color #F37CB0: hue angle of 333.78º 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 #F37CB0 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 176 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.05 |
| HSL | 333.78º | 0.83% | 0.72% | - |
| HSV(B) | 333.78º | 0.49% | 0.95% | - |
| XYZ | 52.01 | 36.6 | 45.4 | - |
| YUV | 165.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 176 | 0 | 0.49 | 0.28 | 0.05 | 333.78 | 0.83 | 0.72 |
| Hex | F3 | 7C | B0 | 0 | 31 | 1C | 5 | 14E | 53 | 48 |
| Octal | 363 | 174 | 260 | 0 | 61 | 34 | 5 | 516 | 123 | 110 |
| Binary | 11110011 | 1111100 | 10110000 | 0 | 110001 | 11100 | 101 | 101001110 | 1010011 | 1001000 |
Color Harmonies of #F37CB0
Complementary color
Monochromatic Colors of #F37CB0
Black with #F37CB0
Text Example
Text Example
White with #F37CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37CB0; }
p { color: rgb(243,124,176); }
H1.HeaderClassName
{
color: #F37CB0;
}
.AnyTagClassName
{
color: #F37CB0;
}
</style>
background-color css
<style>
a { background-color: #F37CB0; }
a { background-color: rgb(243,124,176); }
div.DivClassName
{
background-color: #F37CB0;
}
.BgClassName
{
background-color: #F37CB0;
}
</style>
border-color css
<style>
span { border-color: #F37CB0; }
span { border-color: rgb(243,124,176); }
td.TdClassName
{
border-color: #F37CB0;
}
.TagClassName
{
border-color: #F37CB0;
}
</style>