Shades of Persian Rose #F831A8
Tints of Persian Rose #F831A8
RGB
CMYK
RGB Variations
Color information
#F831A8 (or 0xF831A8) is known color: Persian Rose. HEX triplet: F8, 31 and A8. RGB value is (248,49,168). Sum of RGB (Red+Green+Blue) = 248+49+168=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F831A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F831A8 is #07CE57. Grayscale: #797979. Windows color (decimal): -511576 or 11022840. OLE color: 11022840.
HSL color Cylindrical-coordinate representation of color #F831A8: hue angle of 324.12º 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 #F831A8 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 168 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.03 |
| HSL | 324.12º | 0.93% | 0.58% | - |
| HSV(B) | 324.12º | 0.8% | 0.97% | - |
| XYZ | 46.88 | 24.98 | 39.4 | - |
| YUV | 122.07 | 153.93 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 168 | 0 | 0.80 | 0.32 | 0.03 | 324.12 | 0.93 | 0.58 |
| Hex | F8 | 31 | A8 | 0 | 50 | 20 | 3 | 144 | 5D | 3A |
| Octal | 370 | 61 | 250 | 0 | 120 | 40 | 3 | 504 | 135 | 72 |
| Binary | 11111000 | 110001 | 10101000 | 0 | 1010000 | 100000 | 11 | 101000100 | 1011101 | 111010 |
Color Harmonies of #F831A8
Complementary color
Monochromatic Colors of #F831A8
Black with #F831A8
Text Example
Text Example
White with #F831A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831A8; }
p { color: rgb(248,49,168); }
H1.HeaderClassName
{
color: #F831A8;
}
.AnyTagClassName
{
color: #F831A8;
}
</style>
background-color css
<style>
a { background-color: #F831A8; }
a { background-color: rgb(248,49,168); }
div.DivClassName
{
background-color: #F831A8;
}
.BgClassName
{
background-color: #F831A8;
}
</style>
border-color css
<style>
span { border-color: #F831A8; }
span { border-color: rgb(248,49,168); }
td.TdClassName
{
border-color: #F831A8;
}
.TagClassName
{
border-color: #F831A8;
}
</style>