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