Shades of Persian Rose #F12AA3
Tints of Persian Rose #F12AA3
RGB
CMYK
RGB Variations
Color information
#F12AA3 (or 0xF12AA3) is known color: Persian Rose. HEX triplet: F1, 2A and A3. RGB value is (241,42,163). Sum of RGB (Red+Green+Blue) = 241+42+163=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F12AA3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12AA3 is #0ED55C. Grayscale: #737373. Windows color (decimal): -972125 or 10693361. OLE color: 10693361.
HSL color Cylindrical-coordinate representation of color #F12AA3: hue angle of 323.52º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12AA3 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 163 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.05 |
| HSL | 323.52º | 0.88% | 0.55% | - |
| HSV(B) | 323.52º | 0.83% | 0.95% | - |
| XYZ | 43.71 | 23 | 36.79 | - |
| YUV | 115.3 | 154.93 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 163 | 0 | 0.83 | 0.32 | 0.05 | 323.52 | 0.88 | 0.55 |
| Hex | F1 | 2A | A3 | 0 | 53 | 20 | 5 | 144 | 58 | 37 |
| Octal | 361 | 52 | 243 | 0 | 123 | 40 | 5 | 504 | 130 | 67 |
| Binary | 11110001 | 101010 | 10100011 | 0 | 1010011 | 100000 | 101 | 101000100 | 1011000 | 110111 |
Color Harmonies of #F12AA3
Complementary color
Monochromatic Colors of #F12AA3
Black with #F12AA3
Text Example
Text Example
White with #F12AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12AA3; }
p { color: rgb(241,42,163); }
H1.HeaderClassName
{
color: #F12AA3;
}
.AnyTagClassName
{
color: #F12AA3;
}
</style>
background-color css
<style>
a { background-color: #F12AA3; }
a { background-color: rgb(241,42,163); }
div.DivClassName
{
background-color: #F12AA3;
}
.BgClassName
{
background-color: #F12AA3;
}
</style>
border-color css
<style>
span { border-color: #F12AA3; }
span { border-color: rgb(241,42,163); }
td.TdClassName
{
border-color: #F12AA3;
}
.TagClassName
{
border-color: #F12AA3;
}
</style>