Shades of Persian Pink #FA80BC
Tints of Persian Pink #FA80BC
RGB
CMYK
RGB Variations
Color information
#FA80BC (or 0xFA80BC) is known color: Persian Pink. HEX triplet: FA, 80 and BC. RGB value is (250,128,188). Sum of RGB (Red+Green+Blue) = 250+128+188=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80BC is #057F43. Grayscale: #ABABAB. Windows color (decimal): -360260 or 12353786. OLE color: 12353786.
HSL color Cylindrical-coordinate representation of color #FA80BC: hue angle of 330.49º 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 #FA80BC is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 188 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.02 |
| HSL | 330.49º | 0.92% | 0.74% | - |
| HSV(B) | 330.49º | 0.49% | 0.98% | - |
| XYZ | 56.22 | 39.39 | 52.22 | - |
| YUV | 171.32 | 137.42 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 188 | 0 | 0.49 | 0.25 | 0.02 | 330.49 | 0.92 | 0.74 |
| Hex | FA | 80 | BC | 0 | 31 | 19 | 2 | 14A | 5C | 4A |
| Octal | 372 | 200 | 274 | 0 | 61 | 31 | 2 | 512 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10111100 | 0 | 110001 | 11001 | 10 | 101001010 | 1011100 | 1001010 |
Color Harmonies of #FA80BC
Complementary color
Monochromatic Colors of #FA80BC
Black with #FA80BC
Text Example
Text Example
White with #FA80BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80BC; }
p { color: rgb(250,128,188); }
H1.HeaderClassName
{
color: #FA80BC;
}
.AnyTagClassName
{
color: #FA80BC;
}
</style>
background-color css
<style>
a { background-color: #FA80BC; }
a { background-color: rgb(250,128,188); }
div.DivClassName
{
background-color: #FA80BC;
}
.BgClassName
{
background-color: #FA80BC;
}
</style>
border-color css
<style>
span { border-color: #FA80BC; }
span { border-color: rgb(250,128,188); }
td.TdClassName
{
border-color: #FA80BC;
}
.TagClassName
{
border-color: #FA80BC;
}
</style>