Shades of Persian Rose #F43AAA
Tints of Persian Rose #F43AAA
RGB
CMYK
RGB Variations
Color information
#F43AAA (or 0xF43AAA) is known color: Persian Rose. HEX triplet: F4, 3A and AA. RGB value is (244,58,170). Sum of RGB (Red+Green+Blue) = 244+58+170=472 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.69% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 244 - color contains mainly: red. Hex color #F43AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43AAA is #0BC555. Grayscale: #7E7E7E. Windows color (decimal): -771414 or 11156212. OLE color: 11156212.
HSL color Cylindrical-coordinate representation of color #F43AAA: hue angle of 323.87º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F43AAA is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 58 | 170 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.04 |
| HSL | 323.87º | 0.89% | 0.59% | - |
| HSV(B) | 323.87º | 0.76% | 0.96% | - |
| XYZ | 46.08 | 25.16 | 40.46 | - |
| YUV | 126.38 | 152.62 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 58 | 170 | 0 | 0.76 | 0.30 | 0.04 | 323.87 | 0.89 | 0.59 |
| Hex | F4 | 3A | AA | 0 | 4C | 1E | 4 | 144 | 59 | 3B |
| Octal | 364 | 72 | 252 | 0 | 114 | 36 | 4 | 504 | 131 | 73 |
| Binary | 11110100 | 111010 | 10101010 | 0 | 1001100 | 11110 | 100 | 101000100 | 1011001 | 111011 |
Color Harmonies of #F43AAA
Complementary color
Monochromatic Colors of #F43AAA
Black with #F43AAA
Text Example
Text Example
White with #F43AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43AAA; }
p { color: rgb(244,58,170); }
H1.HeaderClassName
{
color: #F43AAA;
}
.AnyTagClassName
{
color: #F43AAA;
}
</style>
background-color css
<style>
a { background-color: #F43AAA; }
a { background-color: rgb(244,58,170); }
div.DivClassName
{
background-color: #F43AAA;
}
.BgClassName
{
background-color: #F43AAA;
}
</style>
border-color css
<style>
span { border-color: #F43AAA; }
span { border-color: rgb(244,58,170); }
td.TdClassName
{
border-color: #F43AAA;
}
.TagClassName
{
border-color: #F43AAA;
}
</style>