Shades of Persian Rose #F827A1
Tints of Persian Rose #F827A1
RGB
CMYK
RGB Variations
Color information
#F827A1 (or 0xF827A1) is known color: Persian Rose. HEX triplet: F8, 27 and A1. RGB value is (248,39,161). Sum of RGB (Red+Green+Blue) = 248+39+161=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F827A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F827A1 is #07D85E. Grayscale: #737373. Windows color (decimal): -514143 or 10561528. OLE color: 10561528.
HSL color Cylindrical-coordinate representation of color #F827A1: hue angle of 324.98º 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 #F827A1 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 39 | 161 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.03 |
| HSL | 324.98º | 0.94% | 0.56% | - |
| HSV(B) | 324.98º | 0.84% | 0.97% | - |
| XYZ | 45.87 | 23.98 | 35.93 | - |
| YUV | 115.4 | 153.74 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 161 | 0 | 0.84 | 0.35 | 0.03 | 324.98 | 0.94 | 0.56 |
| Hex | F8 | 27 | A1 | 0 | 54 | 23 | 3 | 145 | 5E | 38 |
| Octal | 370 | 47 | 241 | 0 | 124 | 43 | 3 | 505 | 136 | 70 |
| Binary | 11111000 | 100111 | 10100001 | 0 | 1010100 | 100011 | 11 | 101000101 | 1011110 | 111000 |
Color Harmonies of #F827A1
Complementary color
Monochromatic Colors of #F827A1
Black with #F827A1
Text Example
Text Example
White with #F827A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F827A1; }
p { color: rgb(248,39,161); }
H1.HeaderClassName
{
color: #F827A1;
}
.AnyTagClassName
{
color: #F827A1;
}
</style>
background-color css
<style>
a { background-color: #F827A1; }
a { background-color: rgb(248,39,161); }
div.DivClassName
{
background-color: #F827A1;
}
.BgClassName
{
background-color: #F827A1;
}
</style>
border-color css
<style>
span { border-color: #F827A1; }
span { border-color: rgb(248,39,161); }
td.TdClassName
{
border-color: #F827A1;
}
.TagClassName
{
border-color: #F827A1;
}
</style>