Shades of Persian Rose #F930A6
Tints of Persian Rose #F930A6
RGB
CMYK
RGB Variations
Color information
#F930A6 (or 0xF930A6) is known color: Persian Rose. HEX triplet: F9, 30 and A6. RGB value is (249,48,166). Sum of RGB (Red+Green+Blue) = 249+48+166=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F930A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F930A6 is #06CF59. Grayscale: #797979. Windows color (decimal): -446298 or 10891513. OLE color: 10891513.
HSL color Cylindrical-coordinate representation of color #F930A6: hue angle of 324.78º 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 #F930A6 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 166 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.02 |
| HSL | 324.78º | 0.94% | 0.58% | - |
| HSV(B) | 324.78º | 0.81% | 0.98% | - |
| XYZ | 47.01 | 25.01 | 38.43 | - |
| YUV | 121.55 | 153.09 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 166 | 0 | 0.81 | 0.33 | 0.02 | 324.78 | 0.94 | 0.58 |
| Hex | F9 | 30 | A6 | 0 | 51 | 21 | 2 | 145 | 5E | 3A |
| Octal | 371 | 60 | 246 | 0 | 121 | 41 | 2 | 505 | 136 | 72 |
| Binary | 11111001 | 110000 | 10100110 | 0 | 1010001 | 100001 | 10 | 101000101 | 1011110 | 111010 |
Color Harmonies of #F930A6
Complementary color
Monochromatic Colors of #F930A6
Black with #F930A6
Text Example
Text Example
White with #F930A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F930A6; }
p { color: rgb(249,48,166); }
H1.HeaderClassName
{
color: #F930A6;
}
.AnyTagClassName
{
color: #F930A6;
}
</style>
background-color css
<style>
a { background-color: #F930A6; }
a { background-color: rgb(249,48,166); }
div.DivClassName
{
background-color: #F930A6;
}
.BgClassName
{
background-color: #F930A6;
}
</style>
border-color css
<style>
span { border-color: #F930A6; }
span { border-color: rgb(249,48,166); }
td.TdClassName
{
border-color: #F930A6;
}
.TagClassName
{
border-color: #F930A6;
}
</style>