Shades of Persian Pink #FA80B9
Tints of Persian Pink #FA80B9
RGB
CMYK
RGB Variations
Color information
#FA80B9 (or 0xFA80B9) is known color: Persian Pink. HEX triplet: FA, 80 and B9. RGB value is (250,128,185). Sum of RGB (Red+Green+Blue) = 250+128+185=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80B9 is #057F46. Grayscale: #AAAAAA. Windows color (decimal): -360263 or 12157178. OLE color: 12157178.
HSL color Cylindrical-coordinate representation of color #FA80B9: hue angle of 331.97º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80B9 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 185 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.02 |
| HSL | 331.97º | 0.92% | 0.74% | - |
| HSV(B) | 331.97º | 0.49% | 0.98% | - |
| XYZ | 55.9 | 39.27 | 50.53 | - |
| YUV | 170.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 185 | 0 | 0.49 | 0.26 | 0.02 | 331.97 | 0.92 | 0.74 |
| Hex | FA | 80 | B9 | 0 | 31 | 1A | 2 | 14C | 5C | 4A |
| Octal | 372 | 200 | 271 | 0 | 61 | 32 | 2 | 514 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10111001 | 0 | 110001 | 11010 | 10 | 101001100 | 1011100 | 1001010 |
Color Harmonies of #FA80B9
Complementary color
Monochromatic Colors of #FA80B9
Black with #FA80B9
Text Example
Text Example
White with #FA80B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80B9; }
p { color: rgb(250,128,185); }
H1.HeaderClassName
{
color: #FA80B9;
}
.AnyTagClassName
{
color: #FA80B9;
}
</style>
background-color css
<style>
a { background-color: #FA80B9; }
a { background-color: rgb(250,128,185); }
div.DivClassName
{
background-color: #FA80B9;
}
.BgClassName
{
background-color: #FA80B9;
}
</style>
border-color css
<style>
span { border-color: #FA80B9; }
span { border-color: rgb(250,128,185); }
td.TdClassName
{
border-color: #FA80B9;
}
.TagClassName
{
border-color: #FA80B9;
}
</style>