Shades of Persian Pink #F375BB
Tints of Persian Pink #F375BB
RGB
CMYK
RGB Variations
Color information
#F375BB (or 0xF375BB) is known color: Persian Pink. HEX triplet: F3, 75 and BB. RGB value is (243,117,187). Sum of RGB (Red+Green+Blue) = 243+117+187=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F375BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F375BB is #0C8A44. Grayscale: #A2A2A2. Windows color (decimal): -821829 or 12285427. OLE color: 12285427.
HSL color Cylindrical-coordinate representation of color #F375BB: hue angle of 326.67º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375BB is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 187 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.05 |
| HSL | 326.67º | 0.84% | 0.71% | - |
| HSV(B) | 326.67º | 0.52% | 0.95% | - |
| XYZ | 52.29 | 35.37 | 51.08 | - |
| YUV | 162.65 | 141.74 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 187 | 0 | 0.52 | 0.23 | 0.05 | 326.67 | 0.84 | 0.71 |
| Hex | F3 | 75 | BB | 0 | 34 | 17 | 5 | 147 | 54 | 47 |
| Octal | 363 | 165 | 273 | 0 | 64 | 27 | 5 | 507 | 124 | 107 |
| Binary | 11110011 | 1110101 | 10111011 | 0 | 110100 | 10111 | 101 | 101000111 | 1010100 | 1000111 |
Color Harmonies of #F375BB
Complementary color
Monochromatic Colors of #F375BB
Black with #F375BB
Text Example
Text Example
White with #F375BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375BB; }
p { color: rgb(243,117,187); }
H1.HeaderClassName
{
color: #F375BB;
}
.AnyTagClassName
{
color: #F375BB;
}
</style>
background-color css
<style>
a { background-color: #F375BB; }
a { background-color: rgb(243,117,187); }
div.DivClassName
{
background-color: #F375BB;
}
.BgClassName
{
background-color: #F375BB;
}
</style>
border-color css
<style>
span { border-color: #F375BB; }
span { border-color: rgb(243,117,187); }
td.TdClassName
{
border-color: #F375BB;
}
.TagClassName
{
border-color: #F375BB;
}
</style>