Shades of Persian Rose #F43AB0
Tints of Persian Rose #F43AB0
RGB
CMYK
RGB Variations
Color information
#F43AB0 (or 0xF43AB0) is known color: Persian Rose. HEX triplet: F4, 3A and B0. RGB value is (244,58,176). Sum of RGB (Red+Green+Blue) = 244+58+176=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F43AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F43AB0 is #0BC54F. Grayscale: #7E7E7E. Windows color (decimal): -771408 or 11549428. OLE color: 11549428.
HSL color Cylindrical-coordinate representation of color #F43AB0: hue angle of 321.94º 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 #F43AB0 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 58 | 176 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.04 |
| HSL | 321.94º | 0.89% | 0.59% | - |
| HSV(B) | 321.94º | 0.76% | 0.96% | - |
| XYZ | 46.66 | 25.39 | 43.52 | - |
| YUV | 127.07 | 155.62 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 58 | 176 | 0 | 0.76 | 0.28 | 0.04 | 321.94 | 0.89 | 0.59 |
| Hex | F4 | 3A | B0 | 0 | 4C | 1C | 4 | 142 | 59 | 3B |
| Octal | 364 | 72 | 260 | 0 | 114 | 34 | 4 | 502 | 131 | 73 |
| Binary | 11110100 | 111010 | 10110000 | 0 | 1001100 | 11100 | 100 | 101000010 | 1011001 | 111011 |
Color Harmonies of #F43AB0
Complementary color
Monochromatic Colors of #F43AB0
Black with #F43AB0
Text Example
Text Example
White with #F43AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43AB0; }
p { color: rgb(244,58,176); }
H1.HeaderClassName
{
color: #F43AB0;
}
.AnyTagClassName
{
color: #F43AB0;
}
</style>
background-color css
<style>
a { background-color: #F43AB0; }
a { background-color: rgb(244,58,176); }
div.DivClassName
{
background-color: #F43AB0;
}
.BgClassName
{
background-color: #F43AB0;
}
</style>
border-color css
<style>
span { border-color: #F43AB0; }
span { border-color: rgb(244,58,176); }
td.TdClassName
{
border-color: #F43AB0;
}
.TagClassName
{
border-color: #F43AB0;
}
</style>