Shades of Persian Rose #F82BA5
Tints of Persian Rose #F82BA5
RGB
CMYK
RGB Variations
Color information
#F82BA5 (or 0xF82BA5) is known color: Persian Rose. HEX triplet: F8, 2B and A5. RGB value is (248,43,165). Sum of RGB (Red+Green+Blue) = 248+43+165=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F82BA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F82BA5 is #07D45A. Grayscale: #757575. Windows color (decimal): -513115 or 10824696. OLE color: 10824696.
HSL color Cylindrical-coordinate representation of color #F82BA5: hue angle of 324.29º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82BA5 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 43 | 165 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.03 |
| HSL | 324.29º | 0.94% | 0.57% | - |
| HSV(B) | 324.29º | 0.83% | 0.97% | - |
| XYZ | 46.37 | 24.4 | 37.86 | - |
| YUV | 118.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 43 | 165 | 0 | 0.83 | 0.33 | 0.03 | 324.29 | 0.94 | 0.57 |
| Hex | F8 | 2B | A5 | 0 | 53 | 21 | 3 | 144 | 5E | 39 |
| Octal | 370 | 53 | 245 | 0 | 123 | 41 | 3 | 504 | 136 | 71 |
| Binary | 11111000 | 101011 | 10100101 | 0 | 1010011 | 100001 | 11 | 101000100 | 1011110 | 111001 |
Color Harmonies of #F82BA5
Complementary color
Monochromatic Colors of #F82BA5
Black with #F82BA5
Text Example
Text Example
White with #F82BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82BA5; }
p { color: rgb(248,43,165); }
H1.HeaderClassName
{
color: #F82BA5;
}
.AnyTagClassName
{
color: #F82BA5;
}
</style>
background-color css
<style>
a { background-color: #F82BA5; }
a { background-color: rgb(248,43,165); }
div.DivClassName
{
background-color: #F82BA5;
}
.BgClassName
{
background-color: #F82BA5;
}
</style>
border-color css
<style>
span { border-color: #F82BA5; }
span { border-color: rgb(248,43,165); }
td.TdClassName
{
border-color: #F82BA5;
}
.TagClassName
{
border-color: #F82BA5;
}
</style>