Shades of Persian Rose #F828AD
Tints of Persian Rose #F828AD
RGB
CMYK
RGB Variations
Color information
#F828AD (or 0xF828AD) is known color: Persian Rose. HEX triplet: F8, 28 and AD. RGB value is (248,40,173). Sum of RGB (Red+Green+Blue) = 248+40+173=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F828AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F828AD is #07D752. Grayscale: #757575. Windows color (decimal): -513875 or 11348216. OLE color: 11348216.
HSL color Cylindrical-coordinate representation of color #F828AD: hue angle of 321.63º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F828AD is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 173 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.03 |
| HSL | 321.63º | 0.94% | 0.56% | - |
| HSV(B) | 321.63º | 0.84% | 0.97% | - |
| XYZ | 47.01 | 24.49 | 41.78 | - |
| YUV | 117.35 | 159.41 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 173 | 0 | 0.84 | 0.30 | 0.03 | 321.63 | 0.94 | 0.56 |
| Hex | F8 | 28 | AD | 0 | 54 | 1E | 3 | 142 | 5E | 38 |
| Octal | 370 | 50 | 255 | 0 | 124 | 36 | 3 | 502 | 136 | 70 |
| Binary | 11111000 | 101000 | 10101101 | 0 | 1010100 | 11110 | 11 | 101000010 | 1011110 | 111000 |
Color Harmonies of #F828AD
Complementary color
Monochromatic Colors of #F828AD
Black with #F828AD
Text Example
Text Example
White with #F828AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F828AD; }
p { color: rgb(248,40,173); }
H1.HeaderClassName
{
color: #F828AD;
}
.AnyTagClassName
{
color: #F828AD;
}
</style>
background-color css
<style>
a { background-color: #F828AD; }
a { background-color: rgb(248,40,173); }
div.DivClassName
{
background-color: #F828AD;
}
.BgClassName
{
background-color: #F828AD;
}
</style>
border-color css
<style>
span { border-color: #F828AD; }
span { border-color: rgb(248,40,173); }
td.TdClassName
{
border-color: #F828AD;
}
.TagClassName
{
border-color: #F828AD;
}
</style>