Shades of Persian Pink #F272BD
Tints of Persian Pink #F272BD
RGB
CMYK
RGB Variations
Color information
#F272BD (or 0xF272BD) is known color: Persian Pink. HEX triplet: F2, 72 and BD. RGB value is (242,114,189). Sum of RGB (Red+Green+Blue) = 242+114+189=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F272BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272BD is #0D8D42. Grayscale: #A0A0A0. Windows color (decimal): -888131 or 12415730. OLE color: 12415730.
HSL color Cylindrical-coordinate representation of color #F272BD: hue angle of 324.84º degrees, saturation: 0.83, 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 #F272BD is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 189 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.05 |
| HSL | 324.84º | 0.83% | 0.7% | - |
| HSV(B) | 324.84º | 0.53% | 0.95% | - |
| XYZ | 51.82 | 34.59 | 52.09 | - |
| YUV | 160.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 189 | 0 | 0.53 | 0.22 | 0.05 | 324.84 | 0.83 | 0.7 |
| Hex | F2 | 72 | BD | 0 | 35 | 16 | 5 | 145 | 53 | 46 |
| Octal | 362 | 162 | 275 | 0 | 65 | 26 | 5 | 505 | 123 | 106 |
| Binary | 11110010 | 1110010 | 10111101 | 0 | 110101 | 10110 | 101 | 101000101 | 1010011 | 1000110 |
Color Harmonies of #F272BD
Complementary color
Monochromatic Colors of #F272BD
Black with #F272BD
Text Example
Text Example
White with #F272BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F272BD; }
p { color: rgb(242,114,189); }
H1.HeaderClassName
{
color: #F272BD;
}
.AnyTagClassName
{
color: #F272BD;
}
</style>
background-color css
<style>
a { background-color: #F272BD; }
a { background-color: rgb(242,114,189); }
div.DivClassName
{
background-color: #F272BD;
}
.BgClassName
{
background-color: #F272BD;
}
</style>
border-color css
<style>
span { border-color: #F272BD; }
span { border-color: rgb(242,114,189); }
td.TdClassName
{
border-color: #F272BD;
}
.TagClassName
{
border-color: #F272BD;
}
</style>