Shades of Persian Rose #F82FA0
Tints of Persian Rose #F82FA0
RGB
CMYK
RGB Variations
Color information
#F82FA0 (or 0xF82FA0) is known color: Persian Rose. HEX triplet: F8, 2F and A0. RGB value is (248,47,160). Sum of RGB (Red+Green+Blue) = 248+47+160=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F82FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82FA0 is #07D05F. Grayscale: #777777. Windows color (decimal): -512096 or 10498040. OLE color: 10498040.
HSL color Cylindrical-coordinate representation of color #F82FA0: hue angle of 326.27º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82FA0 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 47 | 160 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.03 |
| HSL | 326.27º | 0.93% | 0.58% | - |
| HSV(B) | 326.27º | 0.81% | 0.97% | - |
| XYZ | 46.07 | 24.53 | 35.56 | - |
| YUV | 119.98 | 150.59 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 47 | 160 | 0 | 0.81 | 0.35 | 0.03 | 326.27 | 0.93 | 0.58 |
| Hex | F8 | 2F | A0 | 0 | 51 | 23 | 3 | 146 | 5D | 3A |
| Octal | 370 | 57 | 240 | 0 | 121 | 43 | 3 | 506 | 135 | 72 |
| Binary | 11111000 | 101111 | 10100000 | 0 | 1010001 | 100011 | 11 | 101000110 | 1011101 | 111010 |
Color Harmonies of #F82FA0
Complementary color
Monochromatic Colors of #F82FA0
Black with #F82FA0
Text Example
Text Example
White with #F82FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82FA0; }
p { color: rgb(248,47,160); }
H1.HeaderClassName
{
color: #F82FA0;
}
.AnyTagClassName
{
color: #F82FA0;
}
</style>
background-color css
<style>
a { background-color: #F82FA0; }
a { background-color: rgb(248,47,160); }
div.DivClassName
{
background-color: #F82FA0;
}
.BgClassName
{
background-color: #F82FA0;
}
</style>
border-color css
<style>
span { border-color: #F82FA0; }
span { border-color: rgb(248,47,160); }
td.TdClassName
{
border-color: #F82FA0;
}
.TagClassName
{
border-color: #F82FA0;
}
</style>