Shades of Persian Rose #F831AF
Tints of Persian Rose #F831AF
RGB
CMYK
RGB Variations
Color information
#F831AF (or 0xF831AF) is known color: Persian Rose. HEX triplet: F8, 31 and AF. RGB value is (248,49,175). Sum of RGB (Red+Green+Blue) = 248+49+175=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F831AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F831AF is #07CE50. Grayscale: #7A7A7A. Windows color (decimal): -511569 or 11481592. OLE color: 11481592.
HSL color Cylindrical-coordinate representation of color #F831AF: hue angle of 322.01º 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 #F831AF is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 175 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.03 |
| HSL | 322.01º | 0.93% | 0.58% | - |
| HSV(B) | 322.01º | 0.8% | 0.97% | - |
| XYZ | 47.55 | 25.25 | 42.92 | - |
| YUV | 122.87 | 157.43 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 175 | 0 | 0.80 | 0.29 | 0.03 | 322.01 | 0.93 | 0.58 |
| Hex | F8 | 31 | AF | 0 | 50 | 1D | 3 | 142 | 5D | 3A |
| Octal | 370 | 61 | 257 | 0 | 120 | 35 | 3 | 502 | 135 | 72 |
| Binary | 11111000 | 110001 | 10101111 | 0 | 1010000 | 11101 | 11 | 101000010 | 1011101 | 111010 |
Color Harmonies of #F831AF
Complementary color
Monochromatic Colors of #F831AF
Black with #F831AF
Text Example
Text Example
White with #F831AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831AF; }
p { color: rgb(248,49,175); }
H1.HeaderClassName
{
color: #F831AF;
}
.AnyTagClassName
{
color: #F831AF;
}
</style>
background-color css
<style>
a { background-color: #F831AF; }
a { background-color: rgb(248,49,175); }
div.DivClassName
{
background-color: #F831AF;
}
.BgClassName
{
background-color: #F831AF;
}
</style>
border-color css
<style>
span { border-color: #F831AF; }
span { border-color: rgb(248,49,175); }
td.TdClassName
{
border-color: #F831AF;
}
.TagClassName
{
border-color: #F831AF;
}
</style>