Shades of Persian Rose #F12CA2
Tints of Persian Rose #F12CA2
RGB
CMYK
RGB Variations
Color information
#F12CA2 (or 0xF12CA2) is known color: Persian Rose. HEX triplet: F1, 2C and A2. RGB value is (241,44,162). Sum of RGB (Red+Green+Blue) = 241+44+162=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12CA2 is #0ED35D. Grayscale: #747474. Windows color (decimal): -971614 or 10628337. OLE color: 10628337.
HSL color Cylindrical-coordinate representation of color #F12CA2: hue angle of 324.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12CA2 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 44 | 162 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.05 |
| HSL | 324.06º | 0.88% | 0.56% | - |
| HSV(B) | 324.06º | 0.82% | 0.95% | - |
| XYZ | 43.7 | 23.11 | 36.34 | - |
| YUV | 116.36 | 153.77 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 44 | 162 | 0 | 0.82 | 0.33 | 0.05 | 324.06 | 0.88 | 0.56 |
| Hex | F1 | 2C | A2 | 0 | 52 | 21 | 5 | 144 | 58 | 38 |
| Octal | 361 | 54 | 242 | 0 | 122 | 41 | 5 | 504 | 130 | 70 |
| Binary | 11110001 | 101100 | 10100010 | 0 | 1010010 | 100001 | 101 | 101000100 | 1011000 | 111000 |
Color Harmonies of #F12CA2
Complementary color
Monochromatic Colors of #F12CA2
Black with #F12CA2
Text Example
Text Example
White with #F12CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12CA2; }
p { color: rgb(241,44,162); }
H1.HeaderClassName
{
color: #F12CA2;
}
.AnyTagClassName
{
color: #F12CA2;
}
</style>
background-color css
<style>
a { background-color: #F12CA2; }
a { background-color: rgb(241,44,162); }
div.DivClassName
{
background-color: #F12CA2;
}
.BgClassName
{
background-color: #F12CA2;
}
</style>
border-color css
<style>
span { border-color: #F12CA2; }
span { border-color: rgb(241,44,162); }
td.TdClassName
{
border-color: #F12CA2;
}
.TagClassName
{
border-color: #F12CA2;
}
</style>