Shades of Persian Rose #F81E9F
Tints of Persian Rose #F81E9F
RGB
CMYK
RGB Variations
Color information
#F81E9F (or 0xF81E9F) is known color: Persian Rose. HEX triplet: F8, 1E and 9F. RGB value is (248,30,159). Sum of RGB (Red+Green+Blue) = 248+30+159=437 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.75% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81E9F is #07E160. Grayscale: #6D6D6D. Windows color (decimal): -516449 or 10428152. OLE color: 10428152.
HSL color Cylindrical-coordinate representation of color #F81E9F: hue angle of 324.5º 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 #F81E9F is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 159 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.03 |
| HSL | 324.5º | 0.94% | 0.55% | - |
| HSV(B) | 324.5º | 0.88% | 0.97% | - |
| XYZ | 45.43 | 23.39 | 34.92 | - |
| YUV | 109.89 | 155.72 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 159 | 0 | 0.88 | 0.36 | 0.03 | 324.5 | 0.94 | 0.55 |
| Hex | F8 | 1E | 9F | 0 | 58 | 24 | 3 | 144 | 5E | 37 |
| Octal | 370 | 36 | 237 | 0 | 130 | 44 | 3 | 504 | 136 | 67 |
| Binary | 11111000 | 11110 | 10011111 | 0 | 1011000 | 100100 | 11 | 101000100 | 1011110 | 110111 |
Color Harmonies of #F81E9F
Complementary color
Monochromatic Colors of #F81E9F
Black with #F81E9F
Text Example
Text Example
White with #F81E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E9F; }
p { color: rgb(248,30,159); }
H1.HeaderClassName
{
color: #F81E9F;
}
.AnyTagClassName
{
color: #F81E9F;
}
</style>
background-color css
<style>
a { background-color: #F81E9F; }
a { background-color: rgb(248,30,159); }
div.DivClassName
{
background-color: #F81E9F;
}
.BgClassName
{
background-color: #F81E9F;
}
</style>
border-color css
<style>
span { border-color: #F81E9F; }
span { border-color: rgb(248,30,159); }
td.TdClassName
{
border-color: #F81E9F;
}
.TagClassName
{
border-color: #F81E9F;
}
</style>