Shades of Persian Rose #F831AD
Tints of Persian Rose #F831AD
RGB
CMYK
RGB Variations
Color information
#F831AD (or 0xF831AD) is known color: Persian Rose. HEX triplet: F8, 31 and AD. RGB value is (248,49,173). Sum of RGB (Red+Green+Blue) = 248+49+173=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F831AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F831AD is #07CE52. Grayscale: #7A7A7A. Windows color (decimal): -511571 or 11350520. OLE color: 11350520.
HSL color Cylindrical-coordinate representation of color #F831AD: hue angle of 322.61º 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 #F831AD is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 173 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.03 |
| HSL | 322.61º | 0.93% | 0.58% | - |
| HSV(B) | 322.61º | 0.8% | 0.97% | - |
| XYZ | 47.35 | 25.17 | 41.9 | - |
| YUV | 122.64 | 156.43 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 173 | 0 | 0.80 | 0.30 | 0.03 | 322.61 | 0.93 | 0.58 |
| Hex | F8 | 31 | AD | 0 | 50 | 1E | 3 | 143 | 5D | 3A |
| Octal | 370 | 61 | 255 | 0 | 120 | 36 | 3 | 503 | 135 | 72 |
| Binary | 11111000 | 110001 | 10101101 | 0 | 1010000 | 11110 | 11 | 101000011 | 1011101 | 111010 |
Color Harmonies of #F831AD
Complementary color
Monochromatic Colors of #F831AD
Black with #F831AD
Text Example
Text Example
White with #F831AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831AD; }
p { color: rgb(248,49,173); }
H1.HeaderClassName
{
color: #F831AD;
}
.AnyTagClassName
{
color: #F831AD;
}
</style>
background-color css
<style>
a { background-color: #F831AD; }
a { background-color: rgb(248,49,173); }
div.DivClassName
{
background-color: #F831AD;
}
.BgClassName
{
background-color: #F831AD;
}
</style>
border-color css
<style>
span { border-color: #F831AD; }
span { border-color: rgb(248,49,173); }
td.TdClassName
{
border-color: #F831AD;
}
.TagClassName
{
border-color: #F831AD;
}
</style>