#FA84B1

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

Shades of Tickle Me Pink #FA84B1

Tints of Tickle Me Pink #FA84B1

Color information

#FA84B1 (or 0xFA84B1) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 84 and B1. RGB value is (250,132,177). Sum of RGB (Red+Green+Blue) = 250+132+177=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA84B1 is #057B4E. Grayscale: #ACACAC. Windows color (decimal): -359247 or 11633914. OLE color: 11633914.

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

Color convert

RGB250132177-
CMYK00.470.290.02
HSL337.12º92.19%74.9%-
HSV(B)337.12º47.2%98.04%-
XYZ55.614046.38-
YUV172.41130.59183.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 132 (51.95% from 255) = 23.61%
BLUE value IS 177 (69.53% from 255) = 31.66%
R=44.72%
G=23.61%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013217700.470.290.02337.1292.1974.9
HexFA84B102F1D21515c4b
Octal372204261057352521134113
Binary1111101010000100101100010101111111011010101000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84B1; }

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

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

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

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

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

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

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

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