Shades of Persian Pink #F481BB
Tints of Persian Pink #F481BB
RGB
CMYK
RGB Variations
Color information
#F481BB (or 0xF481BB) is known color: Persian Pink. HEX triplet: F4, 81 and BB. RGB value is (244,129,187). Sum of RGB (Red+Green+Blue) = 244+129+187=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F481BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F481BB is #0B7E44. Grayscale: #A9A9A9. Windows color (decimal): -753221 or 12288500. OLE color: 12288500.
HSL color Cylindrical-coordinate representation of color #F481BB: hue angle of 329.74º 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 #F481BB is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 187 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.04 |
| HSL | 329.74º | 0.84% | 0.73% | - |
| HSV(B) | 329.74º | 0.47% | 0.96% | - |
| XYZ | 54.13 | 38.52 | 51.6 | - |
| YUV | 170 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 187 | 0 | 0.47 | 0.23 | 0.04 | 329.74 | 0.84 | 0.73 |
| Hex | F4 | 81 | BB | 0 | 2F | 17 | 4 | 14A | 54 | 49 |
| Octal | 364 | 201 | 273 | 0 | 57 | 27 | 4 | 512 | 124 | 111 |
| Binary | 11110100 | 10000001 | 10111011 | 0 | 101111 | 10111 | 100 | 101001010 | 1010100 | 1001001 |
Color Harmonies of #F481BB
Complementary color
Monochromatic Colors of #F481BB
Black with #F481BB
Text Example
Text Example
White with #F481BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481BB; }
p { color: rgb(244,129,187); }
H1.HeaderClassName
{
color: #F481BB;
}
.AnyTagClassName
{
color: #F481BB;
}
</style>
background-color css
<style>
a { background-color: #F481BB; }
a { background-color: rgb(244,129,187); }
div.DivClassName
{
background-color: #F481BB;
}
.BgClassName
{
background-color: #F481BB;
}
</style>
border-color css
<style>
span { border-color: #F481BB; }
span { border-color: rgb(244,129,187); }
td.TdClassName
{
border-color: #F481BB;
}
.TagClassName
{
border-color: #F481BB;
}
</style>