Shades of Persian Pink #FA85B5
Tints of Persian Pink #FA85B5
RGB
CMYK
RGB Variations
Color information
#FA85B5 (or 0xFA85B5) is known color: Persian Pink. HEX triplet: FA, 85 and B5. RGB value is (250,133,181). Sum of RGB (Red+Green+Blue) = 250+133+181=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA85B5 is #057A4A. Grayscale: #ADADAD. Windows color (decimal): -358987 or 11896314. OLE color: 11896314.
HSL color Cylindrical-coordinate representation of color #FA85B5: hue angle of 335.38º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA85B5 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 181 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.02 |
| HSL | 335.38º | 0.92% | 0.75% | - |
| HSV(B) | 335.38º | 0.47% | 0.98% | - |
| XYZ | 56.15 | 40.44 | 48.56 | - |
| YUV | 173.46 | 132.26 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 181 | 0 | 0.47 | 0.28 | 0.02 | 335.38 | 0.92 | 0.75 |
| Hex | FA | 85 | B5 | 0 | 2F | 1C | 2 | 14F | 5C | 4B |
| Octal | 372 | 205 | 265 | 0 | 57 | 34 | 2 | 517 | 134 | 113 |
| Binary | 11111010 | 10000101 | 10110101 | 0 | 101111 | 11100 | 10 | 101001111 | 1011100 | 1001011 |
Color Harmonies of #FA85B5
Complementary color
Monochromatic Colors of #FA85B5
Black with #FA85B5
Text Example
Text Example
White with #FA85B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA85B5; }
p { color: rgb(250,133,181); }
H1.HeaderClassName
{
color: #FA85B5;
}
.AnyTagClassName
{
color: #FA85B5;
}
</style>
background-color css
<style>
a { background-color: #FA85B5; }
a { background-color: rgb(250,133,181); }
div.DivClassName
{
background-color: #FA85B5;
}
.BgClassName
{
background-color: #FA85B5;
}
</style>
border-color css
<style>
span { border-color: #FA85B5; }
span { border-color: rgb(250,133,181); }
td.TdClassName
{
border-color: #FA85B5;
}
.TagClassName
{
border-color: #FA85B5;
}
</style>