Shades of Persian Pink #F272BE
Tints of Persian Pink #F272BE
RGB
CMYK
RGB Variations
Color information
#F272BE (or 0xF272BE) is known color: Persian Pink. HEX triplet: F2, 72 and BE. RGB value is (242,114,190). Sum of RGB (Red+Green+Blue) = 242+114+190=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F272BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272BE is #0D8D41. Grayscale: #A0A0A0. Windows color (decimal): -888130 or 12481266. OLE color: 12481266.
HSL color Cylindrical-coordinate representation of color #F272BE: hue angle of 324.38º 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 #F272BE is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 190 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.05 |
| HSL | 324.38º | 0.83% | 0.7% | - |
| HSV(B) | 324.38º | 0.53% | 0.95% | - |
| XYZ | 51.93 | 34.63 | 52.66 | - |
| YUV | 160.94 | 144.41 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 190 | 0 | 0.53 | 0.21 | 0.05 | 324.38 | 0.83 | 0.7 |
| Hex | F2 | 72 | BE | 0 | 35 | 15 | 5 | 144 | 53 | 46 |
| Octal | 362 | 162 | 276 | 0 | 65 | 25 | 5 | 504 | 123 | 106 |
| Binary | 11110010 | 1110010 | 10111110 | 0 | 110101 | 10101 | 101 | 101000100 | 1010011 | 1000110 |
Color Harmonies of #F272BE
Complementary color
Monochromatic Colors of #F272BE
Black with #F272BE
Text Example
Text Example
White with #F272BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F272BE; }
p { color: rgb(242,114,190); }
H1.HeaderClassName
{
color: #F272BE;
}
.AnyTagClassName
{
color: #F272BE;
}
</style>
background-color css
<style>
a { background-color: #F272BE; }
a { background-color: rgb(242,114,190); }
div.DivClassName
{
background-color: #F272BE;
}
.BgClassName
{
background-color: #F272BE;
}
</style>
border-color css
<style>
span { border-color: #F272BE; }
span { border-color: rgb(242,114,190); }
td.TdClassName
{
border-color: #F272BE;
}
.TagClassName
{
border-color: #F272BE;
}
</style>