Shades of Persian Pink #F481BA
Tints of Persian Pink #F481BA
RGB
CMYK
RGB Variations
Color information
#F481BA (or 0xF481BA) is known color: Persian Pink. HEX triplet: F4, 81 and BA. RGB value is (244,129,186). Sum of RGB (Red+Green+Blue) = 244+129+186=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F481BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481BA is #0B7E45. Grayscale: #A9A9A9. Windows color (decimal): -753222 or 12222964. OLE color: 12222964.
HSL color Cylindrical-coordinate representation of color #F481BA: hue angle of 330.26º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F481BA is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 186 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.04 |
| HSL | 330.26º | 0.84% | 0.73% | - |
| HSV(B) | 330.26º | 0.47% | 0.96% | - |
| XYZ | 54.02 | 38.48 | 51.03 | - |
| YUV | 169.88 | 137.1 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 186 | 0 | 0.47 | 0.24 | 0.04 | 330.26 | 0.84 | 0.73 |
| Hex | F4 | 81 | BA | 0 | 2F | 18 | 4 | 14A | 54 | 49 |
| Octal | 364 | 201 | 272 | 0 | 57 | 30 | 4 | 512 | 124 | 111 |
| Binary | 11110100 | 10000001 | 10111010 | 0 | 101111 | 11000 | 100 | 101001010 | 1010100 | 1001001 |
Color Harmonies of #F481BA
Complementary color
Monochromatic Colors of #F481BA
Black with #F481BA
Text Example
Text Example
White with #F481BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481BA; }
p { color: rgb(244,129,186); }
H1.HeaderClassName
{
color: #F481BA;
}
.AnyTagClassName
{
color: #F481BA;
}
</style>
background-color css
<style>
a { background-color: #F481BA; }
a { background-color: rgb(244,129,186); }
div.DivClassName
{
background-color: #F481BA;
}
.BgClassName
{
background-color: #F481BA;
}
</style>
border-color css
<style>
span { border-color: #F481BA; }
span { border-color: rgb(244,129,186); }
td.TdClassName
{
border-color: #F481BA;
}
.TagClassName
{
border-color: #F481BA;
}
</style>