Shades of Persian Rose #F43AAC
Tints of Persian Rose #F43AAC
RGB
CMYK
RGB Variations
Color information
#F43AAC (or 0xF43AAC) is known color: Persian Rose. HEX triplet: F4, 3A and AC. RGB value is (244,58,172). Sum of RGB (Red+Green+Blue) = 244+58+172=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F43AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43AAC is #0BC553. Grayscale: #7E7E7E. Windows color (decimal): -771412 or 11287284. OLE color: 11287284.
HSL color Cylindrical-coordinate representation of color #F43AAC: hue angle of 323.23º 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 #F43AAC is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 58 | 172 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.04 |
| HSL | 323.23º | 0.89% | 0.59% | - |
| HSV(B) | 323.23º | 0.76% | 0.96% | - |
| XYZ | 46.27 | 25.24 | 41.46 | - |
| YUV | 126.61 | 153.62 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 58 | 172 | 0 | 0.76 | 0.30 | 0.04 | 323.23 | 0.89 | 0.59 |
| Hex | F4 | 3A | AC | 0 | 4C | 1E | 4 | 143 | 59 | 3B |
| Octal | 364 | 72 | 254 | 0 | 114 | 36 | 4 | 503 | 131 | 73 |
| Binary | 11110100 | 111010 | 10101100 | 0 | 1001100 | 11110 | 100 | 101000011 | 1011001 | 111011 |
Color Harmonies of #F43AAC
Complementary color
Monochromatic Colors of #F43AAC
Black with #F43AAC
Text Example
Text Example
White with #F43AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43AAC; }
p { color: rgb(244,58,172); }
H1.HeaderClassName
{
color: #F43AAC;
}
.AnyTagClassName
{
color: #F43AAC;
}
</style>
background-color css
<style>
a { background-color: #F43AAC; }
a { background-color: rgb(244,58,172); }
div.DivClassName
{
background-color: #F43AAC;
}
.BgClassName
{
background-color: #F43AAC;
}
</style>
border-color css
<style>
span { border-color: #F43AAC; }
span { border-color: rgb(244,58,172); }
td.TdClassName
{
border-color: #F43AAC;
}
.TagClassName
{
border-color: #F43AAC;
}
</style>