#FA84BB

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

Shades of Persian Pink #FA84BB

Tints of Persian Pink #FA84BB

Color information

#FA84BB (or 0xFA84BB) is unknown color: approx Persian Pink. HEX triplet: FA, 84 and BB. RGB value is (250,132,187). Sum of RGB (Red+Green+Blue) = 250+132+187=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA84BB is #057B44. Grayscale: #ADADAD. Windows color (decimal): -359237 or 12289274. OLE color: 12289274.

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

Color convert

RGB250132187-
CMYK00.470.250.02
HSL332.03º92.19%74.9%-
HSV(B)332.03º47.2%98.04%-
XYZ56.6540.4151.83-
YUV173.55135.59182.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.94%
GREEN value IS 132 (51.95% from 255) = 23.20%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=43.94%
G=23.20%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013218700.470.250.02332.0392.1974.9
HexFA84BB02F19214c5c4b
Octal372204273057312514134113
Binary1111101010000100101110110101111110011010100110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84BB; }

 p { color: rgb(250,132,187); }

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

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

 a { background-color: rgb(250,132,187); }

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

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

 span { border-color: rgb(250,132,187); }

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