Shades of Persian Pink #F37BBA
Tints of Persian Pink #F37BBA
RGB
CMYK
RGB Variations
Color information
#F37BBA (or 0xF37BBA) is known color: Persian Pink. HEX triplet: F3, 7B and BA. RGB value is (243,123,186). Sum of RGB (Red+Green+Blue) = 243+123+186=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F37BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37BBA is #0C8445. Grayscale: #A5A5A5. Windows color (decimal): -820294 or 12221427. OLE color: 12221427.
HSL color Cylindrical-coordinate representation of color #F37BBA: hue angle of 328.5º 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 #F37BBA is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 123 | 186 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.05 |
| HSL | 328.5º | 0.83% | 0.72% | - |
| HSV(B) | 328.5º | 0.49% | 0.95% | - |
| XYZ | 52.91 | 36.77 | 50.76 | - |
| YUV | 166.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 123 | 186 | 0 | 0.49 | 0.23 | 0.05 | 328.5 | 0.83 | 0.72 |
| Hex | F3 | 7B | BA | 0 | 31 | 17 | 5 | 148 | 53 | 48 |
| Octal | 363 | 173 | 272 | 0 | 61 | 27 | 5 | 510 | 123 | 110 |
| Binary | 11110011 | 1111011 | 10111010 | 0 | 110001 | 10111 | 101 | 101001000 | 1010011 | 1001000 |
Color Harmonies of #F37BBA
Complementary color
Monochromatic Colors of #F37BBA
Black with #F37BBA
Text Example
Text Example
White with #F37BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37BBA; }
p { color: rgb(243,123,186); }
H1.HeaderClassName
{
color: #F37BBA;
}
.AnyTagClassName
{
color: #F37BBA;
}
</style>
background-color css
<style>
a { background-color: #F37BBA; }
a { background-color: rgb(243,123,186); }
div.DivClassName
{
background-color: #F37BBA;
}
.BgClassName
{
background-color: #F37BBA;
}
</style>
border-color css
<style>
span { border-color: #F37BBA; }
span { border-color: rgb(243,123,186); }
td.TdClassName
{
border-color: #F37BBA;
}
.TagClassName
{
border-color: #F37BBA;
}
</style>