Shades of Persian Pink #F273BE
Tints of Persian Pink #F273BE
RGB
CMYK
RGB Variations
Color information
#F273BE (or 0xF273BE) is known color: Persian Pink. HEX triplet: F2, 73 and BE. RGB value is (242,115,190). Sum of RGB (Red+Green+Blue) = 242+115+190=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F273BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273BE is #0D8C41. Grayscale: #A1A1A1. Windows color (decimal): -887874 or 12481522. OLE color: 12481522.
HSL color Cylindrical-coordinate representation of color #F273BE: hue angle of 324.57º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F273BE is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 190 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.05 |
| HSL | 324.57º | 0.83% | 0.7% | - |
| HSV(B) | 324.57º | 0.52% | 0.95% | - |
| XYZ | 52.04 | 34.86 | 52.7 | - |
| YUV | 161.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 190 | 0 | 0.52 | 0.21 | 0.05 | 324.57 | 0.83 | 0.7 |
| Hex | F2 | 73 | BE | 0 | 34 | 15 | 5 | 145 | 53 | 46 |
| Octal | 362 | 163 | 276 | 0 | 64 | 25 | 5 | 505 | 123 | 106 |
| Binary | 11110010 | 1110011 | 10111110 | 0 | 110100 | 10101 | 101 | 101000101 | 1010011 | 1000110 |
Color Harmonies of #F273BE
Complementary color
Monochromatic Colors of #F273BE
Black with #F273BE
Text Example
Text Example
White with #F273BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F273BE; }
p { color: rgb(242,115,190); }
H1.HeaderClassName
{
color: #F273BE;
}
.AnyTagClassName
{
color: #F273BE;
}
</style>
background-color css
<style>
a { background-color: #F273BE; }
a { background-color: rgb(242,115,190); }
div.DivClassName
{
background-color: #F273BE;
}
.BgClassName
{
background-color: #F273BE;
}
</style>
border-color css
<style>
span { border-color: #F273BE; }
span { border-color: rgb(242,115,190); }
td.TdClassName
{
border-color: #F273BE;
}
.TagClassName
{
border-color: #F273BE;
}
</style>