Shades of Persian Pink #F082B3
Tints of Persian Pink #F082B3
RGB
CMYK
RGB Variations
Color information
#F082B3 (or 0xF082B3) is known color: Persian Pink. HEX triplet: F0, 82 and B3. RGB value is (240,130,179). Sum of RGB (Red+Green+Blue) = 240+130+179=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F082B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082B3 is #0F7D4C. Grayscale: #A8A8A8. Windows color (decimal): -1015117 or 11764464. OLE color: 11764464.
HSL color Cylindrical-coordinate representation of color #F082B3: hue angle of 333.27º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F082B3 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 179 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.06 |
| HSL | 333.27º | 0.79% | 0.73% | - |
| HSV(B) | 333.27º | 0.46% | 0.94% | - |
| XYZ | 52.05 | 37.75 | 47.19 | - |
| YUV | 168.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 179 | 0 | 0.46 | 0.25 | 0.06 | 333.27 | 0.79 | 0.73 |
| Hex | F0 | 82 | B3 | 0 | 2E | 19 | 6 | 14D | 4F | 49 |
| Octal | 360 | 202 | 263 | 0 | 56 | 31 | 6 | 515 | 117 | 111 |
| Binary | 11110000 | 10000010 | 10110011 | 0 | 101110 | 11001 | 110 | 101001101 | 1001111 | 1001001 |
Color Harmonies of #F082B3
Complementary color
Monochromatic Colors of #F082B3
Black with #F082B3
Text Example
Text Example
White with #F082B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082B3; }
p { color: rgb(240,130,179); }
H1.HeaderClassName
{
color: #F082B3;
}
.AnyTagClassName
{
color: #F082B3;
}
</style>
background-color css
<style>
a { background-color: #F082B3; }
a { background-color: rgb(240,130,179); }
div.DivClassName
{
background-color: #F082B3;
}
.BgClassName
{
background-color: #F082B3;
}
</style>
border-color css
<style>
span { border-color: #F082B3; }
span { border-color: rgb(240,130,179); }
td.TdClassName
{
border-color: #F082B3;
}
.TagClassName
{
border-color: #F082B3;
}
</style>