Shades of Persian Pink #FA80B6
Tints of Persian Pink #FA80B6
RGB
CMYK
RGB Variations
Color information
#FA80B6 (or 0xFA80B6) is known color: Persian Pink. HEX triplet: FA, 80 and B6. RGB value is (250,128,182). Sum of RGB (Red+Green+Blue) = 250+128+182=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 182 (71.48% from 255 or 32.5% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80B6 is #057F49. Grayscale: #AAAAAA. Windows color (decimal): -360266 or 11960570. OLE color: 11960570.
HSL color Cylindrical-coordinate representation of color #FA80B6: hue angle of 333.44º 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 #FA80B6 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 182 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.02 |
| HSL | 333.44º | 0.92% | 0.74% | - |
| HSV(B) | 333.44º | 0.49% | 0.98% | - |
| XYZ | 55.59 | 39.14 | 48.88 | - |
| YUV | 170.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 182 | 0 | 0.49 | 0.27 | 0.02 | 333.44 | 0.92 | 0.74 |
| Hex | FA | 80 | B6 | 0 | 31 | 1B | 2 | 14D | 5C | 4A |
| Octal | 372 | 200 | 266 | 0 | 61 | 33 | 2 | 515 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10110110 | 0 | 110001 | 11011 | 10 | 101001101 | 1011100 | 1001010 |
Color Harmonies of #FA80B6
Complementary color
Monochromatic Colors of #FA80B6
Black with #FA80B6
Text Example
Text Example
White with #FA80B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80B6; }
p { color: rgb(250,128,182); }
H1.HeaderClassName
{
color: #FA80B6;
}
.AnyTagClassName
{
color: #FA80B6;
}
</style>
background-color css
<style>
a { background-color: #FA80B6; }
a { background-color: rgb(250,128,182); }
div.DivClassName
{
background-color: #FA80B6;
}
.BgClassName
{
background-color: #FA80B6;
}
</style>
border-color css
<style>
span { border-color: #FA80B6; }
span { border-color: rgb(250,128,182); }
td.TdClassName
{
border-color: #FA80B6;
}
.TagClassName
{
border-color: #FA80B6;
}
</style>