Shades of Persian Rose #F12AAA
Tints of Persian Rose #F12AAA
RGB
CMYK
RGB Variations
Color information
#F12AAA (or 0xF12AAA) is known color: Persian Rose. HEX triplet: F1, 2A and AA. RGB value is (241,42,170). Sum of RGB (Red+Green+Blue) = 241+42+170=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F12AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12AAA is #0ED555. Grayscale: #737373. Windows color (decimal): -972118 or 11152113. OLE color: 11152113.
HSL color Cylindrical-coordinate representation of color #F12AAA: hue angle of 321.41º 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 #F12AAA is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 170 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.05 |
| HSL | 321.41º | 0.88% | 0.55% | - |
| HSV(B) | 321.41º | 0.83% | 0.95% | - |
| XYZ | 44.36 | 23.26 | 40.18 | - |
| YUV | 116.09 | 158.43 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 170 | 0 | 0.83 | 0.29 | 0.05 | 321.41 | 0.88 | 0.55 |
| Hex | F1 | 2A | AA | 0 | 53 | 1D | 5 | 141 | 58 | 37 |
| Octal | 361 | 52 | 252 | 0 | 123 | 35 | 5 | 501 | 130 | 67 |
| Binary | 11110001 | 101010 | 10101010 | 0 | 1010011 | 11101 | 101 | 101000001 | 1011000 | 110111 |
Color Harmonies of #F12AAA
Complementary color
Monochromatic Colors of #F12AAA
Black with #F12AAA
Text Example
Text Example
White with #F12AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12AAA; }
p { color: rgb(241,42,170); }
H1.HeaderClassName
{
color: #F12AAA;
}
.AnyTagClassName
{
color: #F12AAA;
}
</style>
background-color css
<style>
a { background-color: #F12AAA; }
a { background-color: rgb(241,42,170); }
div.DivClassName
{
background-color: #F12AAA;
}
.BgClassName
{
background-color: #F12AAA;
}
</style>
border-color css
<style>
span { border-color: #F12AAA; }
span { border-color: rgb(241,42,170); }
td.TdClassName
{
border-color: #F12AAA;
}
.TagClassName
{
border-color: #F12AAA;
}
</style>