Shades of Persian Pink #F373BF
Tints of Persian Pink #F373BF
RGB
CMYK
RGB Variations
Color information
#F373BF (or 0xF373BF) is known color: Persian Pink. HEX triplet: F3, 73 and BF. RGB value is (243,115,191). Sum of RGB (Red+Green+Blue) = 243+115+191=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F373BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F373BF is #0C8C40. Grayscale: #A1A1A1. Windows color (decimal): -822337 or 12547059. OLE color: 12547059.
HSL color Cylindrical-coordinate representation of color #F373BF: hue angle of 324.38º 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 #F373BF is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 191 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.05 |
| HSL | 324.38º | 0.84% | 0.7% | - |
| HSV(B) | 324.38º | 0.53% | 0.95% | - |
| XYZ | 52.5 | 35.08 | 53.29 | - |
| YUV | 161.94 | 144.41 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 191 | 0 | 0.53 | 0.21 | 0.05 | 324.38 | 0.84 | 0.7 |
| Hex | F3 | 73 | BF | 0 | 35 | 15 | 5 | 144 | 54 | 46 |
| Octal | 363 | 163 | 277 | 0 | 65 | 25 | 5 | 504 | 124 | 106 |
| Binary | 11110011 | 1110011 | 10111111 | 0 | 110101 | 10101 | 101 | 101000100 | 1010100 | 1000110 |
Color Harmonies of #F373BF
Complementary color
Monochromatic Colors of #F373BF
Black with #F373BF
Text Example
Text Example
White with #F373BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F373BF; }
p { color: rgb(243,115,191); }
H1.HeaderClassName
{
color: #F373BF;
}
.AnyTagClassName
{
color: #F373BF;
}
</style>
background-color css
<style>
a { background-color: #F373BF; }
a { background-color: rgb(243,115,191); }
div.DivClassName
{
background-color: #F373BF;
}
.BgClassName
{
background-color: #F373BF;
}
</style>
border-color css
<style>
span { border-color: #F373BF; }
span { border-color: rgb(243,115,191); }
td.TdClassName
{
border-color: #F373BF;
}
.TagClassName
{
border-color: #F373BF;
}
</style>