#FA83BA

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

Shades of Persian Pink #FA83BA

Tints of Persian Pink #FA83BA

Color information

#FA83BA (or 0xFA83BA) is unknown color: approx Persian Pink. HEX triplet: FA, 83 and BA. RGB value is (250,131,186). Sum of RGB (Red+Green+Blue) = 250+131+186=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83BA is #057C45. Grayscale: #ACACAC. Windows color (decimal): -359494 or 12223482. OLE color: 12223482.

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

Color convert

RGB250131186-
CMYK00.480.260.02
HSL332.27º92.25%74.71%-
HSV(B)332.27º47.6%98.04%-
XYZ56.440.151.22-
YUV172.85135.42183.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.09%
GREEN value IS 131 (51.56% from 255) = 23.10%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=44.09%
G=23.10%
B=32.80%

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
Decimal25013118600.480.260.02332.2792.2574.71
HexFA83BA0301A214c5c4b
Octal372203272060322514134113
Binary1111101010000011101110100110000110101010100110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83BA; }

 p { color: rgb(250,131,186); }

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

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

 a { background-color: rgb(250,131,186); }

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

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

 span { border-color: rgb(250,131,186); }

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