Shades of Persian Rose #F43AAB
Tints of Persian Rose #F43AAB
RGB
CMYK
RGB Variations
Color information
#F43AAB (or 0xF43AAB) is known color: Persian Rose. HEX triplet: F4, 3A and AB. RGB value is (244,58,171). Sum of RGB (Red+Green+Blue) = 244+58+171=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F43AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43AAB is #0BC554. Grayscale: #7E7E7E. Windows color (decimal): -771413 or 11221748. OLE color: 11221748.
HSL color Cylindrical-coordinate representation of color #F43AAB: hue angle of 323.55º 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 #F43AAB is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 58 | 171 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.04 |
| HSL | 323.55º | 0.89% | 0.59% | - |
| HSV(B) | 323.55º | 0.76% | 0.96% | - |
| XYZ | 46.17 | 25.2 | 40.96 | - |
| YUV | 126.5 | 153.12 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 58 | 171 | 0 | 0.76 | 0.30 | 0.04 | 323.55 | 0.89 | 0.59 |
| Hex | F4 | 3A | AB | 0 | 4C | 1E | 4 | 144 | 59 | 3B |
| Octal | 364 | 72 | 253 | 0 | 114 | 36 | 4 | 504 | 131 | 73 |
| Binary | 11110100 | 111010 | 10101011 | 0 | 1001100 | 11110 | 100 | 101000100 | 1011001 | 111011 |
Color Harmonies of #F43AAB
Complementary color
Monochromatic Colors of #F43AAB
Black with #F43AAB
Text Example
Text Example
White with #F43AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43AAB; }
p { color: rgb(244,58,171); }
H1.HeaderClassName
{
color: #F43AAB;
}
.AnyTagClassName
{
color: #F43AAB;
}
</style>
background-color css
<style>
a { background-color: #F43AAB; }
a { background-color: rgb(244,58,171); }
div.DivClassName
{
background-color: #F43AAB;
}
.BgClassName
{
background-color: #F43AAB;
}
</style>
border-color css
<style>
span { border-color: #F43AAB; }
span { border-color: rgb(244,58,171); }
td.TdClassName
{
border-color: #F43AAB;
}
.TagClassName
{
border-color: #F43AAB;
}
</style>