Shades of Persian Pink #F273B7
Tints of Persian Pink #F273B7
RGB
CMYK
RGB Variations
Color information
#F273B7 (or 0xF273B7) is known color: Persian Pink. HEX triplet: F2, 73 and B7. RGB value is (242,115,183). Sum of RGB (Red+Green+Blue) = 242+115+183=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 183 (71.88% from 255 or 33.89% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F273B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273B7 is #0D8C48. Grayscale: #A0A0A0. Windows color (decimal): -887881 or 12022770. OLE color: 12022770.
HSL color Cylindrical-coordinate representation of color #F273B7: hue angle of 327.87º 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 #F273B7 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 183 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.05 |
| HSL | 327.87º | 0.83% | 0.7% | - |
| HSV(B) | 327.87º | 0.52% | 0.95% | - |
| XYZ | 51.3 | 34.56 | 48.77 | - |
| YUV | 160.73 | 140.58 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 183 | 0 | 0.52 | 0.24 | 0.05 | 327.87 | 0.83 | 0.7 |
| Hex | F2 | 73 | B7 | 0 | 34 | 18 | 5 | 148 | 53 | 46 |
| Octal | 362 | 163 | 267 | 0 | 64 | 30 | 5 | 510 | 123 | 106 |
| Binary | 11110010 | 1110011 | 10110111 | 0 | 110100 | 11000 | 101 | 101001000 | 1010011 | 1000110 |
Color Harmonies of #F273B7
Complementary color
Monochromatic Colors of #F273B7
Black with #F273B7
Text Example
Text Example
White with #F273B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F273B7; }
p { color: rgb(242,115,183); }
H1.HeaderClassName
{
color: #F273B7;
}
.AnyTagClassName
{
color: #F273B7;
}
</style>
background-color css
<style>
a { background-color: #F273B7; }
a { background-color: rgb(242,115,183); }
div.DivClassName
{
background-color: #F273B7;
}
.BgClassName
{
background-color: #F273B7;
}
</style>
border-color css
<style>
span { border-color: #F273B7; }
span { border-color: rgb(242,115,183); }
td.TdClassName
{
border-color: #F273B7;
}
.TagClassName
{
border-color: #F273B7;
}
</style>