Shades of Persian Rose #F930A1
Tints of Persian Rose #F930A1
RGB
CMYK
RGB Variations
Color information
#F930A1 (or 0xF930A1) is known color: Persian Rose. HEX triplet: F9, 30 and A1. RGB value is (249,48,161). Sum of RGB (Red+Green+Blue) = 249+48+161=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F930A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F930A1 is #06CF5E. Grayscale: #787878. Windows color (decimal): -446303 or 10563833. OLE color: 10563833.
HSL color Cylindrical-coordinate representation of color #F930A1: hue angle of 326.27º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F930A1 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 161 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.02 |
| HSL | 326.27º | 0.94% | 0.58% | - |
| HSV(B) | 326.27º | 0.81% | 0.98% | - |
| XYZ | 46.56 | 24.83 | 36.06 | - |
| YUV | 120.98 | 150.59 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 161 | 0 | 0.81 | 0.35 | 0.02 | 326.27 | 0.94 | 0.58 |
| Hex | F9 | 30 | A1 | 0 | 51 | 23 | 2 | 146 | 5E | 3A |
| Octal | 371 | 60 | 241 | 0 | 121 | 43 | 2 | 506 | 136 | 72 |
| Binary | 11111001 | 110000 | 10100001 | 0 | 1010001 | 100011 | 10 | 101000110 | 1011110 | 111010 |
Color Harmonies of #F930A1
Complementary color
Monochromatic Colors of #F930A1
Black with #F930A1
Text Example
Text Example
White with #F930A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F930A1; }
p { color: rgb(249,48,161); }
H1.HeaderClassName
{
color: #F930A1;
}
.AnyTagClassName
{
color: #F930A1;
}
</style>
background-color css
<style>
a { background-color: #F930A1; }
a { background-color: rgb(249,48,161); }
div.DivClassName
{
background-color: #F930A1;
}
.BgClassName
{
background-color: #F930A1;
}
</style>
border-color css
<style>
span { border-color: #F930A1; }
span { border-color: rgb(249,48,161); }
td.TdClassName
{
border-color: #F930A1;
}
.TagClassName
{
border-color: #F930A1;
}
</style>