Shades of Persian Pink #FA80BE
Tints of Persian Pink #FA80BE
RGB
CMYK
RGB Variations
Color information
#FA80BE (or 0xFA80BE) is known color: Persian Pink. HEX triplet: FA, 80 and BE. RGB value is (250,128,190). Sum of RGB (Red+Green+Blue) = 250+128+190=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80BE is #057F41. Grayscale: #ABABAB. Windows color (decimal): -360258 or 12484858. OLE color: 12484858.
HSL color Cylindrical-coordinate representation of color #FA80BE: hue angle of 329.51º 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 #FA80BE is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 190 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.02 |
| HSL | 329.51º | 0.92% | 0.74% | - |
| HSV(B) | 329.51º | 0.49% | 0.98% | - |
| XYZ | 56.44 | 39.48 | 53.36 | - |
| YUV | 171.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 190 | 0 | 0.49 | 0.24 | 0.02 | 329.51 | 0.92 | 0.74 |
| Hex | FA | 80 | BE | 0 | 31 | 18 | 2 | 14A | 5C | 4A |
| Octal | 372 | 200 | 276 | 0 | 61 | 30 | 2 | 512 | 134 | 112 |
| Binary | 11111010 | 10000000 | 10111110 | 0 | 110001 | 11000 | 10 | 101001010 | 1011100 | 1001010 |
Color Harmonies of #FA80BE
Complementary color
Monochromatic Colors of #FA80BE
Black with #FA80BE
Text Example
Text Example
White with #FA80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA80BE; }
p { color: rgb(250,128,190); }
H1.HeaderClassName
{
color: #FA80BE;
}
.AnyTagClassName
{
color: #FA80BE;
}
</style>
background-color css
<style>
a { background-color: #FA80BE; }
a { background-color: rgb(250,128,190); }
div.DivClassName
{
background-color: #FA80BE;
}
.BgClassName
{
background-color: #FA80BE;
}
</style>
border-color css
<style>
span { border-color: #FA80BE; }
span { border-color: rgb(250,128,190); }
td.TdClassName
{
border-color: #FA80BE;
}
.TagClassName
{
border-color: #FA80BE;
}
</style>