Shades of Persian Pink #F373B6
Tints of Persian Pink #F373B6
RGB
CMYK
RGB Variations
Color information
#F373B6 (or 0xF373B6) is known color: Persian Pink. HEX triplet: F3, 73 and B6. RGB value is (243,115,182). Sum of RGB (Red+Green+Blue) = 243+115+182=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F373B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F373B6 is #0C8C49. Grayscale: #A0A0A0. Windows color (decimal): -822346 or 11957235. OLE color: 11957235.
HSL color Cylindrical-coordinate representation of color #F373B6: hue angle of 328.59º 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 #F373B6 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 182 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.05 |
| HSL | 328.59º | 0.84% | 0.7% | - |
| HSV(B) | 328.59º | 0.53% | 0.95% | - |
| XYZ | 51.54 | 34.69 | 48.24 | - |
| YUV | 160.91 | 139.91 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 182 | 0 | 0.53 | 0.25 | 0.05 | 328.59 | 0.84 | 0.7 |
| Hex | F3 | 73 | B6 | 0 | 35 | 19 | 5 | 149 | 54 | 46 |
| Octal | 363 | 163 | 266 | 0 | 65 | 31 | 5 | 511 | 124 | 106 |
| Binary | 11110011 | 1110011 | 10110110 | 0 | 110101 | 11001 | 101 | 101001001 | 1010100 | 1000110 |
Color Harmonies of #F373B6
Complementary color
Monochromatic Colors of #F373B6
Black with #F373B6
Text Example
Text Example
White with #F373B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F373B6; }
p { color: rgb(243,115,182); }
H1.HeaderClassName
{
color: #F373B6;
}
.AnyTagClassName
{
color: #F373B6;
}
</style>
background-color css
<style>
a { background-color: #F373B6; }
a { background-color: rgb(243,115,182); }
div.DivClassName
{
background-color: #F373B6;
}
.BgClassName
{
background-color: #F373B6;
}
</style>
border-color css
<style>
span { border-color: #F373B6; }
span { border-color: rgb(243,115,182); }
td.TdClassName
{
border-color: #F373B6;
}
.TagClassName
{
border-color: #F373B6;
}
</style>