Shades of Persian Pink #FA80B7
Tints of Persian Pink #FA80B7
RGB
CMYK
RGB Variations
Color information
#FA80B7 (or 0xFA80B7) is known color: Persian Pink. HEX triplet: FA, 80 and B7. RGB value is (250,128,183). Sum of RGB (Red+Green+Blue) = 250+128+183=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80B7 is #057F48. Grayscale: #AAAAAA. Windows color (decimal): -360265 or 12026106. OLE color: 12026106.
HSL color Cylindrical-coordinate representation of color #FA80B7: hue angle of 332.95º 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 #FA80B7 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 183 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.02 |
| HSL | 332.95º | 0.92% | 0.74% | - |
| HSV(B) | 332.95º | 0.49% | 0.98% | - |
| XYZ | 55.69 | 39.18 | 49.43 | - |
| YUV | 170.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 183 | 0 | 0.49 | 0.27 | 0.02 | 332.95 | 0.92 | 0.74 |
| Hex | FA | 80 | B7 | 0 | 31 | 1B | 2 | 14D | 5C | 4A |
| Octal | 372 | 200 | 267 | 0 | 61 | 33 | 2 | 515 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10110111 | 0 | 110001 | 11011 | 10 | 101001101 | 1011100 | 1001010 |
Color Harmonies of #FA80B7
Complementary color
Monochromatic Colors of #FA80B7
Black with #FA80B7
Text Example
Text Example
White with #FA80B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80B7; }
p { color: rgb(250,128,183); }
H1.HeaderClassName
{
color: #FA80B7;
}
.AnyTagClassName
{
color: #FA80B7;
}
</style>
background-color css
<style>
a { background-color: #FA80B7; }
a { background-color: rgb(250,128,183); }
div.DivClassName
{
background-color: #FA80B7;
}
.BgClassName
{
background-color: #FA80B7;
}
</style>
border-color css
<style>
span { border-color: #FA80B7; }
span { border-color: rgb(250,128,183); }
td.TdClassName
{
border-color: #FA80B7;
}
.TagClassName
{
border-color: #FA80B7;
}
</style>