#FA80AE

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

Shades of Tickle Me Pink #FA80AE

Tints of Tickle Me Pink #FA80AE

Color information

#FA80AE (or 0xFA80AE) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 80 and AE. RGB value is (250,128,174). Sum of RGB (Red+Green+Blue) = 250+128+174=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA80AE is #057F51. Grayscale: #A9A9A9. Windows color (decimal): -360274 or 11436282. OLE color: 11436282.

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

Color convert

RGB250128174-
CMYK00.490.300.02
HSL337.38º92.42%74.12%-
HSV(B)337.38º48.8%98.04%-
XYZ54.7838.8244.65-
YUV169.72130.42185.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.29%
GREEN value IS 128 (50.39% from 255) = 23.19%
BLUE value IS 174 (68.36% from 255) = 31.52%
R=45.29%
G=23.19%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012817400.490.300.02337.3892.4274.12
HexFA80AE0311E21515c4a
Octal372200256061362521134112
Binary1111101010000000101011100110001111101010101000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA80AE; }

 p { color: rgb(250,128,174); }

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

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

 a { background-color: rgb(250,128,174); }

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

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

 span { border-color: rgb(250,128,174); }

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