Shades of Persian Pink #F483BA
Tints of Persian Pink #F483BA
RGB
CMYK
RGB Variations
Color information
#F483BA (or 0xF483BA) is known color: Persian Pink. HEX triplet: F4, 83 and BA. RGB value is (244,131,186). Sum of RGB (Red+Green+Blue) = 244+131+186=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F483BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F483BA is #0B7C45. Grayscale: #AAAAAA. Windows color (decimal): -752710 or 12223476. OLE color: 12223476.
HSL color Cylindrical-coordinate representation of color #F483BA: hue angle of 330.8º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F483BA is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 131 | 186 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.04 |
| HSL | 330.8º | 0.84% | 0.74% | - |
| HSV(B) | 330.8º | 0.46% | 0.96% | - |
| XYZ | 54.29 | 39.01 | 51.12 | - |
| YUV | 171.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 131 | 186 | 0 | 0.46 | 0.24 | 0.04 | 330.8 | 0.84 | 0.74 |
| Hex | F4 | 83 | BA | 0 | 2E | 18 | 4 | 14B | 54 | 4A |
| Octal | 364 | 203 | 272 | 0 | 56 | 30 | 4 | 513 | 124 | 112 |
| Binary | 11110100 | 10000011 | 10111010 | 0 | 101110 | 11000 | 100 | 101001011 | 1010100 | 1001010 |
Color Harmonies of #F483BA
Complementary color
Monochromatic Colors of #F483BA
Black with #F483BA
Text Example
Text Example
White with #F483BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F483BA; }
p { color: rgb(244,131,186); }
H1.HeaderClassName
{
color: #F483BA;
}
.AnyTagClassName
{
color: #F483BA;
}
</style>
background-color css
<style>
a { background-color: #F483BA; }
a { background-color: rgb(244,131,186); }
div.DivClassName
{
background-color: #F483BA;
}
.BgClassName
{
background-color: #F483BA;
}
</style>
border-color css
<style>
span { border-color: #F483BA; }
span { border-color: rgb(244,131,186); }
td.TdClassName
{
border-color: #F483BA;
}
.TagClassName
{
border-color: #F483BA;
}
</style>