Shades of Persian Pink #F282BE
Tints of Persian Pink #F282BE
RGB
CMYK
RGB Variations
Color information
#F282BE (or 0xF282BE) is known color: Persian Pink. HEX triplet: F2, 82 and BE. RGB value is (242,130,190). Sum of RGB (Red+Green+Blue) = 242+130+190=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F282BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F282BE is #0D7D41. Grayscale: #AAAAAA. Windows color (decimal): -884034 or 12485362. OLE color: 12485362.
HSL color Cylindrical-coordinate representation of color #F282BE: hue angle of 327.86º 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 #F282BE is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 190 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.05 |
| HSL | 327.86º | 0.81% | 0.73% | - |
| HSV(B) | 327.86º | 0.46% | 0.95% | - |
| XYZ | 53.89 | 38.56 | 53.32 | - |
| YUV | 170.33 | 139.11 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 190 | 0 | 0.46 | 0.21 | 0.05 | 327.86 | 0.81 | 0.73 |
| Hex | F2 | 82 | BE | 0 | 2E | 15 | 5 | 148 | 51 | 49 |
| Octal | 362 | 202 | 276 | 0 | 56 | 25 | 5 | 510 | 121 | 111 |
| Binary | 11110010 | 10000010 | 10111110 | 0 | 101110 | 10101 | 101 | 101001000 | 1010001 | 1001001 |
Color Harmonies of #F282BE
Complementary color
Monochromatic Colors of #F282BE
Black with #F282BE
Text Example
Text Example
White with #F282BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F282BE; }
p { color: rgb(242,130,190); }
H1.HeaderClassName
{
color: #F282BE;
}
.AnyTagClassName
{
color: #F282BE;
}
</style>
background-color css
<style>
a { background-color: #F282BE; }
a { background-color: rgb(242,130,190); }
div.DivClassName
{
background-color: #F282BE;
}
.BgClassName
{
background-color: #F282BE;
}
</style>
border-color css
<style>
span { border-color: #F282BE; }
span { border-color: rgb(242,130,190); }
td.TdClassName
{
border-color: #F282BE;
}
.TagClassName
{
border-color: #F282BE;
}
</style>