#FA82B9

Color #FA82B9 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #FA82B9

Tints of Persian Pink #FA82B9

Color information

#FA82B9 (or 0xFA82B9) is unknown color: approx Persian Pink. HEX triplet: FA, 82 and B9. RGB value is (250,130,185). Sum of RGB (Red+Green+Blue) = 250+130+185=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82B9 is #057D46. Grayscale: #ACACAC. Windows color (decimal): -359751 or 12157690. OLE color: 12157690.

HSL color Cylindrical-coordinate representation of color #FA82B9: hue angle of 332.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA82B9 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250130185-
CMYK00.480.260.02
HSL332.5º92.31%74.51%-
HSV(B)332.5º48%98.04%-
XYZ56.1639.7950.62-
YUV172.15135.26183.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=44.25%
G=23.01%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013018500.480.260.02332.592.3174.51
HexFA82B90301A214c5c4b
Octal372202271060322514134113
Binary1111101010000010101110010110000110101010100110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82B9; }

 p { color: rgb(250,130,185); }

 H1.HeaderClassName
 {
   color: #FA82B9;
 }
 .AnyTagClassName
 {
   color: #FA82B9;
 }
</style>
background-color css

<style>
 a { background-color: #FA82B9; }

 a { background-color: rgb(250,130,185); }

 div.DivClassName
 {
   background-color: #FA82B9;
 }
 .BgClassName
 {
   background-color: #FA82B9;
 }
</style>
border-color css

<style>
 span { border-color: #FA82B9; }

 span { border-color: rgb(250,130,185); }

 td.TdClassName
 {
   border-color: #FA82B9;
 }
 .TagClassName
 {
   border-color: #FA82B9;
 }
</style>