#FA82B6

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

Shades of Persian Pink #FA82B6

Tints of Persian Pink #FA82B6

Color information

#FA82B6 (or 0xFA82B6) is unknown color: approx Persian Pink. HEX triplet: FA, 82 and B6. RGB value is (250,130,182). Sum of RGB (Red+Green+Blue) = 250+130+182=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82B6 is #057D49. Grayscale: #ABABAB. Windows color (decimal): -359754 or 11961082. OLE color: 11961082.

HSL color Cylindrical-coordinate representation of color #FA82B6: hue angle of 334º 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 #FA82B6 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB250130182-
CMYK00.480.270.02
HSL334º92.31%74.51%-
HSV(B)334º48%98.04%-
XYZ55.8539.6748.97-
YUV171.81133.76183.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=44.48%
G=23.13%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013018200.480.270.0233492.3174.51
HexFA82B60301B214e5c4b
Octal372202266060332516134113
Binary1111101010000010101101100110000110111010100111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82B6; }

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

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

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

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

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

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

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

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