Shades of Persian Rose #F831A0
Tints of Persian Rose #F831A0
RGB
CMYK
RGB Variations
Color information
#F831A0 (or 0xF831A0) is known color: Persian Rose. HEX triplet: F8, 31 and A0. RGB value is (248,49,160). Sum of RGB (Red+Green+Blue) = 248+49+160=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F831A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F831A0 is #07CE5F. Grayscale: #787878. Windows color (decimal): -511584 or 10498552. OLE color: 10498552.
HSL color Cylindrical-coordinate representation of color #F831A0: hue angle of 326.53º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F831A0 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 160 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.03 |
| HSL | 326.53º | 0.93% | 0.58% | - |
| HSV(B) | 326.53º | 0.8% | 0.97% | - |
| XYZ | 46.15 | 24.69 | 35.59 | - |
| YUV | 121.16 | 149.93 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 160 | 0 | 0.80 | 0.35 | 0.03 | 326.53 | 0.93 | 0.58 |
| Hex | F8 | 31 | A0 | 0 | 50 | 23 | 3 | 147 | 5D | 3A |
| Octal | 370 | 61 | 240 | 0 | 120 | 43 | 3 | 507 | 135 | 72 |
| Binary | 11111000 | 110001 | 10100000 | 0 | 1010000 | 100011 | 11 | 101000111 | 1011101 | 111010 |
Color Harmonies of #F831A0
Complementary color
Monochromatic Colors of #F831A0
Black with #F831A0
Text Example
Text Example
White with #F831A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831A0; }
p { color: rgb(248,49,160); }
H1.HeaderClassName
{
color: #F831A0;
}
.AnyTagClassName
{
color: #F831A0;
}
</style>
background-color css
<style>
a { background-color: #F831A0; }
a { background-color: rgb(248,49,160); }
div.DivClassName
{
background-color: #F831A0;
}
.BgClassName
{
background-color: #F831A0;
}
</style>
border-color css
<style>
span { border-color: #F831A0; }
span { border-color: rgb(248,49,160); }
td.TdClassName
{
border-color: #F831A0;
}
.TagClassName
{
border-color: #F831A0;
}
</style>