Shades of Persian Rose #F82CA0
Tints of Persian Rose #F82CA0
RGB
CMYK
RGB Variations
Color information
#F82CA0 (or 0xF82CA0) is known color: Persian Rose. HEX triplet: F8, 2C and A0. RGB value is (248,44,160). Sum of RGB (Red+Green+Blue) = 248+44+160=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 44 (17.58% from 255 or 9.73% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F82CA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82CA0 is #07D35F. Grayscale: #757575. Windows color (decimal): -512864 or 10497272. OLE color: 10497272.
HSL color Cylindrical-coordinate representation of color #F82CA0: hue angle of 325.88º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82CA0 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 160 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.03 |
| HSL | 325.88º | 0.94% | 0.57% | - |
| HSV(B) | 325.88º | 0.82% | 0.97% | - |
| XYZ | 45.96 | 24.3 | 35.53 | - |
| YUV | 118.22 | 151.59 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 160 | 0 | 0.82 | 0.35 | 0.03 | 325.88 | 0.94 | 0.57 |
| Hex | F8 | 2C | A0 | 0 | 52 | 23 | 3 | 146 | 5E | 39 |
| Octal | 370 | 54 | 240 | 0 | 122 | 43 | 3 | 506 | 136 | 71 |
| Binary | 11111000 | 101100 | 10100000 | 0 | 1010010 | 100011 | 11 | 101000110 | 1011110 | 111001 |
Color Harmonies of #F82CA0
Complementary color
Monochromatic Colors of #F82CA0
Black with #F82CA0
Text Example
Text Example
White with #F82CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82CA0; }
p { color: rgb(248,44,160); }
H1.HeaderClassName
{
color: #F82CA0;
}
.AnyTagClassName
{
color: #F82CA0;
}
</style>
background-color css
<style>
a { background-color: #F82CA0; }
a { background-color: rgb(248,44,160); }
div.DivClassName
{
background-color: #F82CA0;
}
.BgClassName
{
background-color: #F82CA0;
}
</style>
border-color css
<style>
span { border-color: #F82CA0; }
span { border-color: rgb(248,44,160); }
td.TdClassName
{
border-color: #F82CA0;
}
.TagClassName
{
border-color: #F82CA0;
}
</style>