Shades of Persian Rose #F82BAC
Tints of Persian Rose #F82BAC
RGB
CMYK
RGB Variations
Color information
#F82BAC (or 0xF82BAC) is known color: Persian Rose. HEX triplet: F8, 2B and AC. RGB value is (248,43,172). Sum of RGB (Red+Green+Blue) = 248+43+172=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F82BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82BAC is #07D453. Grayscale: #767676. Windows color (decimal): -513108 or 11283448. OLE color: 11283448.
HSL color Cylindrical-coordinate representation of color #F82BAC: hue angle of 322.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82BAC is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 43 | 172 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.03 |
| HSL | 322.24º | 0.94% | 0.57% | - |
| HSV(B) | 322.24º | 0.83% | 0.97% | - |
| XYZ | 47.02 | 24.66 | 41.31 | - |
| YUV | 119 | 157.92 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 43 | 172 | 0 | 0.83 | 0.31 | 0.03 | 322.24 | 0.94 | 0.57 |
| Hex | F8 | 2B | AC | 0 | 53 | 1F | 3 | 142 | 5E | 39 |
| Octal | 370 | 53 | 254 | 0 | 123 | 37 | 3 | 502 | 136 | 71 |
| Binary | 11111000 | 101011 | 10101100 | 0 | 1010011 | 11111 | 11 | 101000010 | 1011110 | 111001 |
Color Harmonies of #F82BAC
Complementary color
Monochromatic Colors of #F82BAC
Black with #F82BAC
Text Example
Text Example
White with #F82BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82BAC; }
p { color: rgb(248,43,172); }
H1.HeaderClassName
{
color: #F82BAC;
}
.AnyTagClassName
{
color: #F82BAC;
}
</style>
background-color css
<style>
a { background-color: #F82BAC; }
a { background-color: rgb(248,43,172); }
div.DivClassName
{
background-color: #F82BAC;
}
.BgClassName
{
background-color: #F82BAC;
}
</style>
border-color css
<style>
span { border-color: #F82BAC; }
span { border-color: rgb(248,43,172); }
td.TdClassName
{
border-color: #F82BAC;
}
.TagClassName
{
border-color: #F82BAC;
}
</style>