Shades of Persian Rose #F827AB
Tints of Persian Rose #F827AB
RGB
CMYK
RGB Variations
Color information
#F827AB (or 0xF827AB) is known color: Persian Rose. HEX triplet: F8, 27 and AB. RGB value is (248,39,171). Sum of RGB (Red+Green+Blue) = 248+39+171=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F827AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F827AB is #07D854. Grayscale: #747474. Windows color (decimal): -514133 or 11216888. OLE color: 11216888.
HSL color Cylindrical-coordinate representation of color #F827AB: hue angle of 322.11º 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 #F827AB is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 39 | 171 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.03 |
| HSL | 322.11º | 0.94% | 0.56% | - |
| HSV(B) | 322.11º | 0.84% | 0.97% | - |
| XYZ | 46.79 | 24.35 | 40.76 | - |
| YUV | 116.54 | 158.74 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 171 | 0 | 0.84 | 0.31 | 0.03 | 322.11 | 0.94 | 0.56 |
| Hex | F8 | 27 | AB | 0 | 54 | 1F | 3 | 142 | 5E | 38 |
| Octal | 370 | 47 | 253 | 0 | 124 | 37 | 3 | 502 | 136 | 70 |
| Binary | 11111000 | 100111 | 10101011 | 0 | 1010100 | 11111 | 11 | 101000010 | 1011110 | 111000 |
Color Harmonies of #F827AB
Complementary color
Monochromatic Colors of #F827AB
Black with #F827AB
Text Example
Text Example
White with #F827AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F827AB; }
p { color: rgb(248,39,171); }
H1.HeaderClassName
{
color: #F827AB;
}
.AnyTagClassName
{
color: #F827AB;
}
</style>
background-color css
<style>
a { background-color: #F827AB; }
a { background-color: rgb(248,39,171); }
div.DivClassName
{
background-color: #F827AB;
}
.BgClassName
{
background-color: #F827AB;
}
</style>
border-color css
<style>
span { border-color: #F827AB; }
span { border-color: rgb(248,39,171); }
td.TdClassName
{
border-color: #F827AB;
}
.TagClassName
{
border-color: #F827AB;
}
</style>