Shades of Persian Pink #F372B7
Tints of Persian Pink #F372B7
RGB
CMYK
RGB Variations
Color information
#F372B7 (or 0xF372B7) is known color: Persian Pink. HEX triplet: F3, 72 and B7. RGB value is (243,114,183). Sum of RGB (Red+Green+Blue) = 243+114+183=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F372B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F372B7 is #0C8D48. Grayscale: #A0A0A0. Windows color (decimal): -822601 or 12022515. OLE color: 12022515.
HSL color Cylindrical-coordinate representation of color #F372B7: hue angle of 327.91º 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 #F372B7 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 183 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.05 |
| HSL | 327.91º | 0.84% | 0.7% | - |
| HSV(B) | 327.91º | 0.53% | 0.95% | - |
| XYZ | 51.53 | 34.51 | 48.74 | - |
| YUV | 160.44 | 140.74 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 183 | 0 | 0.53 | 0.25 | 0.05 | 327.91 | 0.84 | 0.7 |
| Hex | F3 | 72 | B7 | 0 | 35 | 19 | 5 | 148 | 54 | 46 |
| Octal | 363 | 162 | 267 | 0 | 65 | 31 | 5 | 510 | 124 | 106 |
| Binary | 11110011 | 1110010 | 10110111 | 0 | 110101 | 11001 | 101 | 101001000 | 1010100 | 1000110 |
Color Harmonies of #F372B7
Complementary color
Monochromatic Colors of #F372B7
Black with #F372B7
Text Example
Text Example
White with #F372B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372B7; }
p { color: rgb(243,114,183); }
H1.HeaderClassName
{
color: #F372B7;
}
.AnyTagClassName
{
color: #F372B7;
}
</style>
background-color css
<style>
a { background-color: #F372B7; }
a { background-color: rgb(243,114,183); }
div.DivClassName
{
background-color: #F372B7;
}
.BgClassName
{
background-color: #F372B7;
}
</style>
border-color css
<style>
span { border-color: #F372B7; }
span { border-color: rgb(243,114,183); }
td.TdClassName
{
border-color: #F372B7;
}
.TagClassName
{
border-color: #F372B7;
}
</style>