Shades of Persian Pink #F482BD
Tints of Persian Pink #F482BD
RGB
CMYK
RGB Variations
Color information
#F482BD (or 0xF482BD) is known color: Persian Pink. HEX triplet: F4, 82 and BD. RGB value is (244,130,189). Sum of RGB (Red+Green+Blue) = 244+130+189=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F482BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F482BD is #0B7D42. Grayscale: #AAAAAA. Windows color (decimal): -752963 or 12419828. OLE color: 12419828.
HSL color Cylindrical-coordinate representation of color #F482BD: hue angle of 328.95º 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 #F482BD is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 189 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.04 |
| HSL | 328.95º | 0.84% | 0.73% | - |
| HSV(B) | 328.95º | 0.47% | 0.96% | - |
| XYZ | 54.48 | 38.87 | 52.78 | - |
| YUV | 170.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 189 | 0 | 0.47 | 0.23 | 0.04 | 328.95 | 0.84 | 0.73 |
| Hex | F4 | 82 | BD | 0 | 2F | 17 | 4 | 149 | 54 | 49 |
| Octal | 364 | 202 | 275 | 0 | 57 | 27 | 4 | 511 | 124 | 111 |
| Binary | 11110100 | 10000010 | 10111101 | 0 | 101111 | 10111 | 100 | 101001001 | 1010100 | 1001001 |
Color Harmonies of #F482BD
Complementary color
Monochromatic Colors of #F482BD
Black with #F482BD
Text Example
Text Example
White with #F482BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482BD; }
p { color: rgb(244,130,189); }
H1.HeaderClassName
{
color: #F482BD;
}
.AnyTagClassName
{
color: #F482BD;
}
</style>
background-color css
<style>
a { background-color: #F482BD; }
a { background-color: rgb(244,130,189); }
div.DivClassName
{
background-color: #F482BD;
}
.BgClassName
{
background-color: #F482BD;
}
</style>
border-color css
<style>
span { border-color: #F482BD; }
span { border-color: rgb(244,130,189); }
td.TdClassName
{
border-color: #F482BD;
}
.TagClassName
{
border-color: #F482BD;
}
</style>