Shades of Persian Rose #F826A7
Tints of Persian Rose #F826A7
RGB
CMYK
RGB Variations
Color information
#F826A7 (or 0xF826A7) is known color: Persian Rose. HEX triplet: F8, 26 and A7. RGB value is (248,38,167). Sum of RGB (Red+Green+Blue) = 248+38+167=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F826A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F826A7 is #07D958. Grayscale: #737373. Windows color (decimal): -514393 or 10954488. OLE color: 10954488.
HSL color Cylindrical-coordinate representation of color #F826A7: hue angle of 323.14º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F826A7 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 167 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.03 |
| HSL | 323.14º | 0.94% | 0.56% | - |
| HSV(B) | 323.14º | 0.85% | 0.97% | - |
| XYZ | 46.38 | 24.13 | 38.77 | - |
| YUV | 115.5 | 157.07 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 167 | 0 | 0.85 | 0.33 | 0.03 | 323.14 | 0.94 | 0.56 |
| Hex | F8 | 26 | A7 | 0 | 55 | 21 | 3 | 143 | 5E | 38 |
| Octal | 370 | 46 | 247 | 0 | 125 | 41 | 3 | 503 | 136 | 70 |
| Binary | 11111000 | 100110 | 10100111 | 0 | 1010101 | 100001 | 11 | 101000011 | 1011110 | 111000 |
Color Harmonies of #F826A7
Complementary color
Monochromatic Colors of #F826A7
Black with #F826A7
Text Example
Text Example
White with #F826A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F826A7; }
p { color: rgb(248,38,167); }
H1.HeaderClassName
{
color: #F826A7;
}
.AnyTagClassName
{
color: #F826A7;
}
</style>
background-color css
<style>
a { background-color: #F826A7; }
a { background-color: rgb(248,38,167); }
div.DivClassName
{
background-color: #F826A7;
}
.BgClassName
{
background-color: #F826A7;
}
</style>
border-color css
<style>
span { border-color: #F826A7; }
span { border-color: rgb(248,38,167); }
td.TdClassName
{
border-color: #F826A7;
}
.TagClassName
{
border-color: #F826A7;
}
</style>