Shades of Persian Pink #F282BA
Tints of Persian Pink #F282BA
RGB
CMYK
RGB Variations
Color information
#F282BA (or 0xF282BA) is known color: Persian Pink. HEX triplet: F2, 82 and BA. RGB value is (242,130,186). Sum of RGB (Red+Green+Blue) = 242+130+186=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F282BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282BA is #0D7D45. Grayscale: #A9A9A9. Windows color (decimal): -884038 or 12223218. OLE color: 12223218.
HSL color Cylindrical-coordinate representation of color #F282BA: hue angle of 330º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F282BA is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 186 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.05 |
| HSL | 330º | 0.81% | 0.73% | - |
| HSV(B) | 330º | 0.46% | 0.95% | - |
| XYZ | 53.46 | 38.39 | 51.05 | - |
| YUV | 169.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 186 | 0 | 0.46 | 0.23 | 0.05 | 330 | 0.81 | 0.73 |
| Hex | F2 | 82 | BA | 0 | 2E | 17 | 5 | 14A | 51 | 49 |
| Octal | 362 | 202 | 272 | 0 | 56 | 27 | 5 | 512 | 121 | 111 |
| Binary | 11110010 | 10000010 | 10111010 | 0 | 101110 | 10111 | 101 | 101001010 | 1010001 | 1001001 |
Color Harmonies of #F282BA
Complementary color
Monochromatic Colors of #F282BA
Black with #F282BA
Text Example
Text Example
White with #F282BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F282BA; }
p { color: rgb(242,130,186); }
H1.HeaderClassName
{
color: #F282BA;
}
.AnyTagClassName
{
color: #F282BA;
}
</style>
background-color css
<style>
a { background-color: #F282BA; }
a { background-color: rgb(242,130,186); }
div.DivClassName
{
background-color: #F282BA;
}
.BgClassName
{
background-color: #F282BA;
}
</style>
border-color css
<style>
span { border-color: #F282BA; }
span { border-color: rgb(242,130,186); }
td.TdClassName
{
border-color: #F282BA;
}
.TagClassName
{
border-color: #F282BA;
}
</style>