Shades of Persian Pink #F276BA
Tints of Persian Pink #F276BA
RGB
CMYK
RGB Variations
Color information
#F276BA (or 0xF276BA) is known color: Persian Pink. HEX triplet: F2, 76 and BA. RGB value is (242,118,186). Sum of RGB (Red+Green+Blue) = 242+118+186=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F276BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F276BA is #0D8945. Grayscale: #A2A2A2. Windows color (decimal): -887110 or 12220146. OLE color: 12220146.
HSL color Cylindrical-coordinate representation of color #F276BA: hue angle of 327.1º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F276BA is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 186 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.05 |
| HSL | 327.1º | 0.83% | 0.71% | - |
| HSV(B) | 327.1º | 0.51% | 0.95% | - |
| XYZ | 51.96 | 35.38 | 50.54 | - |
| YUV | 162.83 | 141.08 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 186 | 0 | 0.51 | 0.23 | 0.05 | 327.1 | 0.83 | 0.71 |
| Hex | F2 | 76 | BA | 0 | 33 | 17 | 5 | 147 | 53 | 47 |
| Octal | 362 | 166 | 272 | 0 | 63 | 27 | 5 | 507 | 123 | 107 |
| Binary | 11110010 | 1110110 | 10111010 | 0 | 110011 | 10111 | 101 | 101000111 | 1010011 | 1000111 |
Color Harmonies of #F276BA
Complementary color
Monochromatic Colors of #F276BA
Black with #F276BA
Text Example
Text Example
White with #F276BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276BA; }
p { color: rgb(242,118,186); }
H1.HeaderClassName
{
color: #F276BA;
}
.AnyTagClassName
{
color: #F276BA;
}
</style>
background-color css
<style>
a { background-color: #F276BA; }
a { background-color: rgb(242,118,186); }
div.DivClassName
{
background-color: #F276BA;
}
.BgClassName
{
background-color: #F276BA;
}
</style>
border-color css
<style>
span { border-color: #F276BA; }
span { border-color: rgb(242,118,186); }
td.TdClassName
{
border-color: #F276BA;
}
.TagClassName
{
border-color: #F276BA;
}
</style>