Shades of Persian Pink #F37FBA
Tints of Persian Pink #F37FBA
RGB
CMYK
RGB Variations
Color information
#F37FBA (or 0xF37FBA) is known color: Persian Pink. HEX triplet: F3, 7F and BA. RGB value is (243,127,186). Sum of RGB (Red+Green+Blue) = 243+127+186=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F37FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37FBA is #0C8045. Grayscale: #A8A8A8. Windows color (decimal): -819270 or 12222451. OLE color: 12222451.
HSL color Cylindrical-coordinate representation of color #F37FBA: hue angle of 329.48º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F37FBA is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 186 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.05 |
| HSL | 329.48º | 0.83% | 0.73% | - |
| HSV(B) | 329.48º | 0.48% | 0.95% | - |
| XYZ | 53.41 | 37.78 | 50.93 | - |
| YUV | 168.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 186 | 0 | 0.48 | 0.23 | 0.05 | 329.48 | 0.83 | 0.73 |
| Hex | F3 | 7F | BA | 0 | 30 | 17 | 5 | 149 | 53 | 49 |
| Octal | 363 | 177 | 272 | 0 | 60 | 27 | 5 | 511 | 123 | 111 |
| Binary | 11110011 | 1111111 | 10111010 | 0 | 110000 | 10111 | 101 | 101001001 | 1010011 | 1001001 |
Color Harmonies of #F37FBA
Complementary color
Monochromatic Colors of #F37FBA
Black with #F37FBA
Text Example
Text Example
White with #F37FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37FBA; }
p { color: rgb(243,127,186); }
H1.HeaderClassName
{
color: #F37FBA;
}
.AnyTagClassName
{
color: #F37FBA;
}
</style>
background-color css
<style>
a { background-color: #F37FBA; }
a { background-color: rgb(243,127,186); }
div.DivClassName
{
background-color: #F37FBA;
}
.BgClassName
{
background-color: #F37FBA;
}
</style>
border-color css
<style>
span { border-color: #F37FBA; }
span { border-color: rgb(243,127,186); }
td.TdClassName
{
border-color: #F37FBA;
}
.TagClassName
{
border-color: #F37FBA;
}
</style>