Shades of Persian Pink #F373BB
Tints of Persian Pink #F373BB
RGB
CMYK
RGB Variations
Color information
#F373BB (or 0xF373BB) is known color: Persian Pink. HEX triplet: F3, 73 and BB. RGB value is (243,115,187). Sum of RGB (Red+Green+Blue) = 243+115+187=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 243 - color contains mainly: red. Hex color #F373BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F373BB is #0C8C44. Grayscale: #A1A1A1. Windows color (decimal): -822341 or 12284915. OLE color: 12284915.
HSL color Cylindrical-coordinate representation of color #F373BB: hue angle of 326.25º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F373BB is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 187 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.05 |
| HSL | 326.25º | 0.84% | 0.7% | - |
| HSV(B) | 326.25º | 0.53% | 0.95% | - |
| XYZ | 52.06 | 34.9 | 51.01 | - |
| YUV | 161.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 187 | 0 | 0.53 | 0.23 | 0.05 | 326.25 | 0.84 | 0.7 |
| Hex | F3 | 73 | BB | 0 | 35 | 17 | 5 | 146 | 54 | 46 |
| Octal | 363 | 163 | 273 | 0 | 65 | 27 | 5 | 506 | 124 | 106 |
| Binary | 11110011 | 1110011 | 10111011 | 0 | 110101 | 10111 | 101 | 101000110 | 1010100 | 1000110 |
Color Harmonies of #F373BB
Complementary color
Monochromatic Colors of #F373BB
Black with #F373BB
Text Example
Text Example
White with #F373BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F373BB; }
p { color: rgb(243,115,187); }
H1.HeaderClassName
{
color: #F373BB;
}
.AnyTagClassName
{
color: #F373BB;
}
</style>
background-color css
<style>
a { background-color: #F373BB; }
a { background-color: rgb(243,115,187); }
div.DivClassName
{
background-color: #F373BB;
}
.BgClassName
{
background-color: #F373BB;
}
</style>
border-color css
<style>
span { border-color: #F373BB; }
span { border-color: rgb(243,115,187); }
td.TdClassName
{
border-color: #F373BB;
}
.TagClassName
{
border-color: #F373BB;
}
</style>