Shades of Persian Rose #F828AB
Tints of Persian Rose #F828AB
RGB
CMYK
RGB Variations
Color information
#F828AB (or 0xF828AB) is known color: Persian Rose. HEX triplet: F8, 28 and AB. RGB value is (248,40,171). Sum of RGB (Red+Green+Blue) = 248+40+171=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F828AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F828AB is #07D754. Grayscale: #747474. Windows color (decimal): -513877 or 11217144. OLE color: 11217144.
HSL color Cylindrical-coordinate representation of color #F828AB: hue angle of 322.21º 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 #F828AB is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 171 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.03 |
| HSL | 322.21º | 0.94% | 0.56% | - |
| HSV(B) | 322.21º | 0.84% | 0.97% | - |
| XYZ | 46.82 | 24.41 | 40.77 | - |
| YUV | 117.13 | 158.41 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 171 | 0 | 0.84 | 0.31 | 0.03 | 322.21 | 0.94 | 0.56 |
| Hex | F8 | 28 | AB | 0 | 54 | 1F | 3 | 142 | 5E | 38 |
| Octal | 370 | 50 | 253 | 0 | 124 | 37 | 3 | 502 | 136 | 70 |
| Binary | 11111000 | 101000 | 10101011 | 0 | 1010100 | 11111 | 11 | 101000010 | 1011110 | 111000 |
Color Harmonies of #F828AB
Complementary color
Monochromatic Colors of #F828AB
Black with #F828AB
Text Example
Text Example
White with #F828AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F828AB; }
p { color: rgb(248,40,171); }
H1.HeaderClassName
{
color: #F828AB;
}
.AnyTagClassName
{
color: #F828AB;
}
</style>
background-color css
<style>
a { background-color: #F828AB; }
a { background-color: rgb(248,40,171); }
div.DivClassName
{
background-color: #F828AB;
}
.BgClassName
{
background-color: #F828AB;
}
</style>
border-color css
<style>
span { border-color: #F828AB; }
span { border-color: rgb(248,40,171); }
td.TdClassName
{
border-color: #F828AB;
}
.TagClassName
{
border-color: #F828AB;
}
</style>