Shades of Persian Pink #F271BD
Tints of Persian Pink #F271BD
RGB
CMYK
RGB Variations
Color information
#F271BD (or 0xF271BD) is known color: Persian Pink. HEX triplet: F2, 71 and BD. RGB value is (242,113,189). Sum of RGB (Red+Green+Blue) = 242+113+189=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F271BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271BD is #0D8E42. Grayscale: #A0A0A0. Windows color (decimal): -888387 or 12415474. OLE color: 12415474.
HSL color Cylindrical-coordinate representation of color #F271BD: hue angle of 324.65º 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 #F271BD is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 189 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.05 |
| HSL | 324.65º | 0.83% | 0.7% | - |
| HSV(B) | 324.65º | 0.53% | 0.95% | - |
| XYZ | 51.71 | 34.36 | 52.05 | - |
| YUV | 160.24 | 144.24 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 189 | 0 | 0.53 | 0.22 | 0.05 | 324.65 | 0.83 | 0.7 |
| Hex | F2 | 71 | BD | 0 | 35 | 16 | 5 | 145 | 53 | 46 |
| Octal | 362 | 161 | 275 | 0 | 65 | 26 | 5 | 505 | 123 | 106 |
| Binary | 11110010 | 1110001 | 10111101 | 0 | 110101 | 10110 | 101 | 101000101 | 1010011 | 1000110 |
Color Harmonies of #F271BD
Complementary color
Monochromatic Colors of #F271BD
Black with #F271BD
Text Example
Text Example
White with #F271BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F271BD; }
p { color: rgb(242,113,189); }
H1.HeaderClassName
{
color: #F271BD;
}
.AnyTagClassName
{
color: #F271BD;
}
</style>
background-color css
<style>
a { background-color: #F271BD; }
a { background-color: rgb(242,113,189); }
div.DivClassName
{
background-color: #F271BD;
}
.BgClassName
{
background-color: #F271BD;
}
</style>
border-color css
<style>
span { border-color: #F271BD; }
span { border-color: rgb(242,113,189); }
td.TdClassName
{
border-color: #F271BD;
}
.TagClassName
{
border-color: #F271BD;
}
</style>