Shades of Persian Rose #F81FA0
Tints of Persian Rose #F81FA0
RGB
CMYK
RGB Variations
Color information
#F81FA0 (or 0xF81FA0) is known color: Persian Rose. HEX triplet: F8, 1F and A0. RGB value is (248,31,160). Sum of RGB (Red+Green+Blue) = 248+31+160=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F81FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81FA0 is #07E05F. Grayscale: #6E6E6E. Windows color (decimal): -516192 or 10493944. OLE color: 10493944.
HSL color Cylindrical-coordinate representation of color #F81FA0: hue angle of 324.33º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81FA0 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 160 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.03 |
| HSL | 324.33º | 0.94% | 0.55% | - |
| HSV(B) | 324.33º | 0.88% | 0.97% | - |
| XYZ | 45.55 | 23.47 | 35.39 | - |
| YUV | 110.59 | 155.89 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 160 | 0 | 0.88 | 0.35 | 0.03 | 324.33 | 0.94 | 0.55 |
| Hex | F8 | 1F | A0 | 0 | 58 | 23 | 3 | 144 | 5E | 37 |
| Octal | 370 | 37 | 240 | 0 | 130 | 43 | 3 | 504 | 136 | 67 |
| Binary | 11111000 | 11111 | 10100000 | 0 | 1011000 | 100011 | 11 | 101000100 | 1011110 | 110111 |
Color Harmonies of #F81FA0
Complementary color
Monochromatic Colors of #F81FA0
Black with #F81FA0
Text Example
Text Example
White with #F81FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81FA0; }
p { color: rgb(248,31,160); }
H1.HeaderClassName
{
color: #F81FA0;
}
.AnyTagClassName
{
color: #F81FA0;
}
</style>
background-color css
<style>
a { background-color: #F81FA0; }
a { background-color: rgb(248,31,160); }
div.DivClassName
{
background-color: #F81FA0;
}
.BgClassName
{
background-color: #F81FA0;
}
</style>
border-color css
<style>
span { border-color: #F81FA0; }
span { border-color: rgb(248,31,160); }
td.TdClassName
{
border-color: #F81FA0;
}
.TagClassName
{
border-color: #F81FA0;
}
</style>