#FA6CA1

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

Shades of Tickle Me Pink #FA6CA1

Tints of Tickle Me Pink #FA6CA1

Color information

#FA6CA1 (or 0xFA6CA1) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 6C and A1. RGB value is (250,108,161). Sum of RGB (Red+Green+Blue) = 250+108+161=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6CA1 is #05935E. Grayscale: #9C9C9C. Windows color (decimal): -365407 or 10579194. OLE color: 10579194.

HSL color Cylindrical-coordinate representation of color #FA6CA1: hue angle of 337.61º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6CA1 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250108161-
CMYK00.570.360.02
HSL337.61º93.42%70.2%-
HSV(B)337.61º56.8%98.04%-
XYZ51.2233.6237.51-
YUV156.5130.54194.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 108 (42.58% from 255) = 20.81%
BLUE value IS 161 (63.28% from 255) = 31.02%
R=48.17%
G=20.81%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010816100.570.360.02337.6193.4270.2
HexFA6CA10392421525d46
Octal372154241071442522135106
Binary1111101011011001010000101110011001001010101001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6CA1; }

 p { color: rgb(250,108,161); }

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

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

 a { background-color: rgb(250,108,161); }

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

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

 span { border-color: rgb(250,108,161); }

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